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