svgl/styles/globals.css
2022-04-22 15:13:38 +01:00

12 lines
197 B
CSS

@font-face {
font-family: "Inter-Medium";
src: url("/fonts/Inter-Medium.woff2") format('woff2');
font-style: normal;
font-weight: 400;
font-display: swap;
}
a:focus {
outline: none;
}