25 lines
500 B
SCSS
25 lines
500 B
SCSS
@font-face {
|
|
font-family: "Libertinus Sans";
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
src: url("/fonts/LibertinusSans-Regular.otf");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Libertinus Sans";
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
src: url("/fonts/LibertinusSans-Bold.otf");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Libertinus Sans";
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
src: url("/fonts/LibertinusSans-Italic.otf");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Fira Code";
|
|
src: url("/fonts/FiraCode-Regular.woff2");
|
|
}
|