Michael Zhang
60b97648da
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
26 lines
781 B
SCSS
26 lines
781 B
SCSS
@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");
|
|
// 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");
|
|
}
|
|
|