blog/assets/sass/_fonts.scss

25 lines
560 B
SCSS
Raw Normal View History

2022-02-08 09:46:56 +00:00
@font-face {
font-family: 'PragmataPro Mono Liga';
src: url("/fonts/PragmataPro_Mono_R_liga_0829.woff2") format("woff2"),
url(https://mzhang.io/fonts/PragmataPro_Mono_R_liga_0829.woff2) format("woff2");
}
@font-face {
2022-07-19 09:15:10 +00:00
font-family: "Inter";
2022-02-08 09:46:56 +00:00
font-weight: 300;
2022-07-19 09:15:10 +00:00
src: url(/fonts/Inter-Light.ttf) format("truetype");
2022-02-08 09:46:56 +00:00
}
@font-face {
2022-07-19 09:15:10 +00:00
font-family: "Inter";
2022-02-08 09:46:56 +00:00
font-weight: 400;
2022-07-19 09:15:10 +00:00
src: url(/fonts/Inter-Regular.ttf) format("truetype");
2022-02-08 09:46:56 +00:00
}
@font-face {
2022-07-19 09:15:10 +00:00
font-family: "Inter";
2022-02-08 09:46:56 +00:00
font-weight: 700;
2022-07-19 09:15:10 +00:00
src: url(/fonts/Inter-Bold.ttf) format("truetype");
2022-02-08 09:46:56 +00:00
}