[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 /* ---------------------------------------------- 2 Inter variable font. Usage: 3 4 @supports (font-variation-settings: normal) { 5 html { font-family: 'Inter var', sans-serif; } 6 } 7 ---------------------------------------------- */ 8 9 @font-face { 10 font-family: "Inter var"; 11 font-weight: 100 900; /* stylelint-disable-line font-weight-notation */ 12 font-style: normal; 13 font-display: swap; 14 src: url(../fonts/inter/Inter-upright-var.woff2) format("woff2"); 15 } 16 17 @font-face { 18 font-family: "Inter var"; 19 font-weight: 100 900; /* stylelint-disable-line font-weight-notation */ 20 font-style: italic; 21 font-display: swap; 22 src: url(../fonts/inter/Inter-italic-var.woff2) format("woff2"); 23 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated : Fri Nov 15 08:20:01 2024 | Cross-referenced by PHPXref |