Fixed custom font loading
This commit is contained in:
parent
0d14e6a6d8
commit
05adc4574a
|
@ -4,7 +4,7 @@
|
|||
<title>Paste</title>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" href="%sveltekit.assets%/favicon.svg" />
|
||||
<link rel="preload" as="font" type="text/css" href="%sveltekit.assets%/hack-subset.css" />
|
||||
<link rel="stylesheet" href="%sveltekit.assets%/hack-subset.css" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta property="og:title" content="Paste - No-database paste service" />
|
||||
<meta property="og:url" content="https://paste.scambier.xyz" />
|
||||
|
|
|
@ -109,7 +109,7 @@ npm/codemirror@5.65.16/theme/nord.min.css" />
|
|||
<style>
|
||||
:global(div.CodeMirror) {
|
||||
height: 100%;
|
||||
font-size: 15px;
|
||||
font-size: 14px;
|
||||
font-family: 'Hack', monospace;
|
||||
}
|
||||
#footer {
|
||||
|
|
Loading…
Reference in New Issue
Block a user