Changes between Version 23 and Version 24 of Ticket #46370
- Timestamp:
- 12/13/2019 12:06:20 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #46370 – Description
v23 v24 47 47 font-style: normal; 48 48 font-weight: 400; 49 font-display: auto;49 font-display: fallback; 50 50 src: local('Awesome Font'), 51 51 url('/fonts/awesome-l.woff2') format('woff2'), … … 60 60 font-style: normal; 61 61 font-weight: 700; 62 font-display: auto;62 font-display: fallback; 63 63 src: local('Awesome Font'), 64 64 url('/fonts/awesome-l-700.woff2') format('woff2'), … … 108 108 'style' => 'normal', 109 109 'weight' => 400, 110 'display' => ' auto',110 'display' => 'fallback', 111 111 'font-variation-settings' => normal, 112 112 'range' => false,