font.css
Same filename in this branch
Same filename and directory in other branches
/* Inter v3.19 */
/* cspell:ignore Ginter, gvar */
@font-face {
font-family: Ginter;
src:
url(../../../font/inter.woff2) format("woff2 supports variations(gvar)"),
url(../../../font/inter.woff2) format("woff2-variations"),
url(../../font/inter.woff2) format("woff2");
font-weight: 100 900;
font-style: normal;
font-display: swap;
}
File
-
core/
themes/ admin/ migration/ css/ theme/ font.css
View source
- /* Inter v3.19 */
- /* cspell:ignore Ginter, gvar */
- @font-face {
- font-family: Ginter;
- src:
- url(../../../font/inter.woff2) format("woff2 supports variations(gvar)"),
- url(../../../font/inter.woff2) format("woff2-variations"),
- url(../../font/inter.woff2) format("woff2");
- font-weight: 100 900;
- font-style: normal;
- font-display: swap;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.