fix: properly load fonts

This commit is contained in:
thecodrr
2021-07-25 11:35:20 +05:00
parent e408d95b6c
commit 191636ebb0

View File

@@ -97,12 +97,7 @@
background-color: #f7f7f7;
}
</style>
<link
rel="preload"
href="./fonts.css"
as="style"
onload="this.onload=null; this.rel='stylesheet'; document.body.classList.add('fontLoaded')"
/>
<link rel="stylesheet" href="./fonts.css" />
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>