fixing up some layout and styling
This commit is contained in:
@ -27,6 +27,14 @@
|
||||
<!-- analytics -->
|
||||
<!-- none -->
|
||||
|
||||
<!-- Font preloads (should be done for each font file) -->
|
||||
<!-- Open Sans license: fonts/OpenSans/LICENSE.txt -->
|
||||
<link href="fonts/OpenSans/OpenSans-Regular.woff2" rel="preload" as="font" type="font/woff2" crossorigin="anonymous">
|
||||
<link href="fonts/OpenSans/OpenSans-Bold.woff2" rel="preload" as="font" type="font/woff2" crossorigin="anonymous">
|
||||
<!-- Open Sans license: fonts/Ubuntu/UFL.txt -->
|
||||
<link href="fonts/Ubuntu/Ubuntu-Regular.woff2" rel="preload" as="font" type="font/woff2" crossorigin="anonymous">
|
||||
<link href="fonts/Ubuntu/Ubuntu-Bold.woff2" rel="preload" as="font" type="font/woff2" crossorigin="anonymous">
|
||||
|
||||
<script type="module" src="/src/main.js"></script>
|
||||
</head>
|
||||
<body class="font-open-sans antialiased bg-zinc-50 dark:bg-slate-900">
|
||||
|
Reference in New Issue
Block a user