Changes between Initial Version and Version 6 of Ticket #46370
- Timestamp:
- 03/03/2019 03:15:53 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #46370
-
Property
Summary
changed from
A proposal for creating wp_enqueue_font()
toA proposal for creating an API to register and enqueue web fonts
-
Property
Summary
changed from
-
Ticket #46370 – Description
initial v6 123 123 'Awesome Font', 124 124 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', 129 129 ), 130 130 '', // $style