2022-02-08 09:46:56 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: 'PragmataPro Mono Liga';
|
2023-04-20 19:11:41 +00:00
|
|
|
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");
|
|
|
|
// src: url("/fonts/PragmataPro_Mono_R_liga_0829.woff2") format("woff2"),
|
|
|
|
// url(https://mzhang.io/fonts/PragmataPro_Mono_R_liga_0829.woff2) format("woff2");
|
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: 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
|
|
|
}
|
|
|
|
|