Organize stylesheets and themes

This commit is contained in:
Sveske_Juice 2024-02-19 17:32:49 +01:00
parent 0f4764052f
commit 773645f5be
3 changed files with 15 additions and 11 deletions

View file

@ -1,10 +1,8 @@
<!-- Theme load -->
<svelte:head>
<script>
import { theme } from '../global-stores.js';
</script>
<link rel="stylesheet" href="/stylesheets/main-theme.css" />
</svelte:head>
<div class="main-title">
@ -13,15 +11,8 @@
<style>
@font-face {
font-family: 'CozetteVector';
src:
local("CozetteVector"),
url('/fonts/CozetteVector.ttf') format('truetype');
}
.main-title {
font-family: 'CozetteVector';
font-family: "CozetteVector";
margin: 0 auto;
width: 80%;
text-align: center;