Make WordPress Core

Changes between Version 23 and Version 24 of Ticket #46370


Ignore:
Timestamp:
12/13/2019 12:06:20 PM (5 years ago)
Author:
jonoaldersonwp
Comment:

Updated the default font-display value to fallback. See #47282 for rationale.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #46370 – Description

    v23 v24  
    4747  font-style: normal;
    4848  font-weight: 400;
    49   font-display: auto;
     49  font-display: fallback;
    5050  src: local('Awesome Font'),
    5151       url('/fonts/awesome-l.woff2') format('woff2'),
     
    6060  font-style: normal;
    6161  font-weight: 700;
    62   font-display: auto;
     62  font-display: fallback;
    6363  src: local('Awesome Font'),
    6464       url('/fonts/awesome-l-700.woff2') format('woff2'),
     
    108108                        'style'                   => 'normal',
    109109                        'weight'                  => 400,
    110                         'display'                 => 'auto',
     110                        'display'                 => 'fallback',
    111111                        'font-variation-settings' => normal,
    112112                        'range'                   => false,