type-theory/html/style.css

11 lines
346 B
CSS
Raw Normal View History

2024-05-17 06:49:10 +00:00
@font-face {
2024-05-17 18:50:46 +00:00
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");
}
2024-05-17 06:49:10 +00:00
pre.Agda {
2024-05-17 18:50:46 +00:00
font-family: "PragmataPro Mono Liga", monospace;
2024-05-17 06:49:10 +00:00
}