Organize stylesheets and themes
This commit is contained in:
parent
0f4764052f
commit
773645f5be
3 changed files with 15 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue