font.css

Same filename in this branch
  1. 11.x core/themes/default_admin/migration/css/theme/font.css
Same filename and directory in other branches
  1. main core/themes/admin/migration/css/theme/font.css
  2. main core/themes/default_admin/migration/css/theme/font.css
/* 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
  1. /* Inter v3.19 */
  2. /* cspell:ignore Ginter, gvar */
  3. @font-face {
  4. font-family: Ginter;
  5. src:
  6. url(../../../font/inter.woff2) format("woff2 supports variations(gvar)"),
  7. url(../../../font/inter.woff2) format("woff2-variations"),
  8. url(../../font/inter.woff2) format("woff2");
  9. font-weight: 100 900;
  10. font-style: normal;
  11. font-display: swap;
  12. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.