mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
fix: properly load fonts
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user