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

@@ -4,4 +4,10 @@
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'CharisSIL';
src: url('/fonts/CharisSIL-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

View File

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

Binary file not shown.