font: use FireCode WOFF, disable monospace ligatures

This commit is contained in:
Pascal Engélibert 2024-11-29 16:56:12 +01:00
parent 821ec9fdfc
commit 98c468c6bb
3 changed files with 2 additions and 1 deletions

View file

@ -31,7 +31,7 @@
@font-face {
font-family: "Fira Code";
src: url("/fonts/FiraCode-Regular.ttf");
src: url("/fonts/FiraCode-Regular.woff2");
}
html, body {
@ -116,6 +116,7 @@ main p, main li {
code, pre {
font-family: "Fira Code", monospace, monospace;
font-variant-ligatures: none;
}
code {

Binary file not shown.

Binary file not shown.