mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-14 13:16:28 +08:00
18 lines
364 B
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;
|
||
|
}
|