Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #59876, comment 1


Ignore:
Timestamp:
11/13/2023 10:40:12 AM (13 months ago)
Author:
dogwonder
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59876, comment 1

    v1 v2  
    2222</style>
    2323}}}
     24
     25and this is 6.3:
     26
     27
     28{{{
     29<style id='wp-webfonts-inline-css'>
     30@font-face {
     31        font-family: colfax-web;
     32        font-style: normal;
     33        font-weight: 400;
     34        font-display: fallback;
     35        src: url('http://dev.one.org/wp-content/themes/oneorg/dist/fonts/colfax-web/ColfaxWebRegular.woff2') format('woff2')
     36}
     37@font-face {
     38        font-family: colfax-web;
     39        font-style: normal;
     40        font-weight: 500;
     41        font-display: fallback;
     42        src: url('http://dev.one.org/wp-content/themes/oneorg/dist/fonts/colfax-web/ColfaxWebMedium.woff2') format('woff2')
     43}
     44@font-face {
     45        font-family: colfax-web;
     46        font-style: normal;
     47        font-weight: 700;
     48        font-display: fallback;
     49        src: url('http://dev.one.org/wp-content/themes/oneorg/dist/fonts/colfax-web/ColfaxWebBold.woff2') format('woff2')
     50}
     51@font-face {
     52        font-family: italian-plate;
     53        font-style: normal;
     54        font-weight: 700;
     55        font-display: fallback;
     56        src: url('http://dev.one.org/wp-content/themes/oneorg/dist/fonts/italian-plate/ItalianPlate-Demibold.woff2') format('woff2')
     57}
     58</style>
     59}}}