1
0

Recently I found out that Share Tech Mono was loaded twice in Firefox. And looks like removing format('truetype') fixed a problem. :thonk:

This commit is contained in:
Alexander Andreev 2022-02-12 04:56:18 +04:00
parent 8cc669be1c
commit 5c6fe3f867
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F

View File

@ -10,7 +10,7 @@
font-style: normal;
font-weight: 400;
src: local('ShareTechMono'), local('ShareTechMono-Regular'),
url(/assets/fonts/ShareTechMono-Regular.ttf) format('truetype'); }
url(/assets/fonts/ShareTechMono-Regular.ttf); }
:root {
--background-color: #0a0a0a;
@ -141,8 +141,7 @@ nav h1 {
section { margin-top: 1rem; }
#used-space div span {
margin: 0 .2rem; }
#used-space div span { margin: 0 .2rem; }
footer {
font-size: .8rem;