Files
farmOS-dev/web/themes/gin/styles/theme/font.scss
2024-12-10 15:08:16 +01:00

12 lines
344 B
SCSS

/* Inter v3.19 */
@font-face {
font-family: 'Ginter';
font-weight: 100 900;
font-display: swap;
font-style: normal;
font-named-instance: 'Regular';
src: url("~font/inter.woff2") format("woff2 supports variations(gvar)"),
url("~font/inter.woff2") format("woff2-variations"),
url("~font/inter.woff2") format("woff2");
}