diff options
author | neodarz <neodarz@neodarz.net> | 2020-11-21 19:07:47 +0100 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2020-11-21 19:07:47 +0100 |
commit | 2dbd18c1e85defb0eec444303016c13b120bb9e4 (patch) | |
tree | 7493933af602ccf0a93a568be665acbf5e48a06f /index.html | |
parent | 20ff154971954ff760ef5d22aa7fe1af5b891515 (diff) | |
download | alicorn.network-2dbd18c1e85defb0eec444303016c13b120bb9e4.tar.xz alicorn.network-2dbd18c1e85defb0eec444303016c13b120bb9e4.zip |
Make the font more lighter
Diffstat (limited to '')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ @font-face { font-family: "unifont_jp"; - src: url("/unifont_jp-13.0.03.ttf") format("truetype"); + src: url("/unifont_jp-13.0.03_custom.ttf") format("truetype"); } html { |