font.css

Same filename in this branch
  1. main core/themes/admin/migration/css/theme/font.css
Same filename and directory in other branches
  1. 11.x core/themes/admin/migration/css/theme/font.css
  2. 11.x core/themes/default_admin/migration/css/theme/font.css

Font-face declaration for the Gin Inter font.

File

core/themes/default_admin/migration/css/theme/font.css

View source
  1. /*
  2. * DO NOT EDIT THIS FILE.
  3. * See the following change record for more information,
  4. * https://www.drupal.org/node/3084859
  5. * @preserve
  6. */
  7. /**
  8. * @file
  9. * Font-face declaration for the Gin Inter font.
  10. */
  11. /* Inter v3.19 */
  12. /* cspell:ignore Ginter, gvar */
  13. @font-face {
  14. font-family: Ginter;
  15. src:
  16. url(../../../font/inter.woff2) format("woff2 supports variations(gvar)"),
  17. url(../../../font/inter.woff2) format("woff2-variations"),
  18. url(../../font/inter.woff2) format("woff2");
  19. font-weight: 100 900;
  20. font-style: normal;
  21. font-display: swap;
  22. }

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