blog/src/styles/_fonts.scss

28 lines
673 B
SCSS
Raw Normal View History

2023-08-31 08:07:03 +00:00
// @import "fork-awesome/scss/fork-awesome";
2023-08-31 03:47:22 +00:00
@font-face {
font-family: "PragmataPro Mono Liga";
src:
url("/fonts/patched/PragmataPro-Mono-Liga-Regular-Nerd-Font-Complete.woff2") format("woff2"),
url("https://mzhang.io/fonts/patched/PragmataPro-Mono-Liga-Regular-Nerd-Font-Complete.woff2")
format("woff2");
}
@font-face {
font-family: "Inter";
font-weight: 300;
src: url(/fonts/Inter-Light.ttf) format("truetype");
}
@font-face {
font-family: "Inter";
font-weight: 400;
src: url(/fonts/Inter-Regular.ttf) format("truetype");
}
@font-face {
font-family: "Inter";
font-weight: 700;
src: url(/fonts/Inter-Bold.ttf) format("truetype");
}