font.css
Same filename in this branch
Same filename and directory in other branches
Font-face declaration for the Gin Inter font.
File
-
core/
themes/ default_admin/ migration/ css/ theme/ font.css
View source
- /*
- * DO NOT EDIT THIS FILE.
- * See the following change record for more information,
- * https://www.drupal.org/node/3084859
- * @preserve
- */
-
- /**
- * @file
- * Font-face declaration for the Gin Inter font.
- */
-
- /* 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.