scinote-web/vendor/assets/stylesheets/sn-inter-font.css

18 lines
364 B
CSS

@font-face {
font-family: "SN Inter";
src: url("fonts/Inter-Regular.ttf") format("truetype");
font-weight: normal;
}
@font-face {
font-family: "SN Inter";
src: url("fonts/Inter-SemiBold.ttf") format("truetype");
font-weight: bold;
}
@font-face {
font-family: "SN Inter";
src: url("fonts/Inter-Bold.ttf") format("truetype");
font-weight: 900;
}