replace mono font with CharisSIL

This commit is contained in:
Lyric
2024-03-30 21:29:38 +09:00
parent 09445e95bd
commit 2d018178fb
3 changed files with 10 additions and 0 deletions

View File

@@ -195,4 +195,8 @@ body {
position: relative;
top: -0.5em;
}
code {
font-family: "CharisSIL", "DejaVu Sans Mono", "Courier New", monospace;
}
}