24 lines
560 B
SCSS
24 lines
560 B
SCSS
@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 {
|
|
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");
|
|
}
|
|
|