svgl/styles/globals.css

9 lines
168 B
CSS
Raw Normal View History

2022-01-16 22:27:55 +00:00
@font-face {
2022-03-25 14:57:20 +00:00
font-family: "Inter-Medium";
src: url("/fonts/Inter-Medium.woff2") format('woff2');
2022-01-16 22:27:55 +00:00
font-style: normal;
font-weight: 400;
font-display: swap;
2022-01-16 14:40:15 +00:00
}