font.pcss.css

Same filename and directory in other branches
  1. main core/themes/default_admin/migration/css/theme/font.pcss.css

Font-face declaration for the Gin Inter font.

File

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

View source
  1. /**
  2. * @file
  3. * Font-face declaration for the Gin Inter font.
  4. */
  5. /* Inter v3.19 */
  6. /* cspell:ignore Ginter, gvar */
  7. @font-face {
  8. font-family: Ginter;
  9. src:
  10. url(../../../font/inter.woff2) format("woff2 supports variations(gvar)"),
  11. url(../../../font/inter.woff2) format("woff2-variations"),
  12. url(../../font/inter.woff2) format("woff2");
  13. font-weight: 100 900;
  14. font-style: normal;
  15. font-display: swap;
  16. }

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