Make WordPress Core

Changes between Initial Version and Version 6 of Ticket #46370


Ignore:
Timestamp:
03/03/2019 03:15:53 PM (6 years ago)
Author:
westonruter
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #46370

    • Property Summary changed from A proposal for creating wp_enqueue_font() to A proposal for creating an API to register and enqueue web fonts
  • Ticket #46370 – Description

    initial v6  
    123123  'Awesome Font',
    124124  array(
    125     '/fonts/awesome-font-400.woff2' => 'woff2',
    126     '/fonts/awesome-font-400.woff'  => 'woff',
    127     '/fonts/awesome-font-400.ttf'   => 'truetype',
    128     '/fonts/awesome-font-400.eot'   => 'embedded-opentype'
     125    'woff2'             => '/fonts/awesome-font-400.woff2',
     126    'woff'              => '/fonts/awesome-font-400.woff',
     127    'truetype'          => '/fonts/awesome-font-400.ttf',
     128    'embedded-opentype' => '/fonts/awesome-font-400.eot',
    129129  ),
    130130  '', // $style