mirror of
https://github.com/mat-1/matdoesdev.git
synced 2025-08-02 14:46:04 +00:00
fix comic sans
This commit is contained in:
parent
f2d62b350f
commit
9e04b43ada
2 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
<script lang="ts">
|
||||
import './app.css'
|
||||
import './comicsans.ttf'
|
||||
</script>
|
||||
|
||||
<slot />
|
||||
|
|
|
@ -3,10 +3,16 @@ body {
|
|||
background-image: url('/old/background.gif');
|
||||
color: #fff;
|
||||
|
||||
font-family: 'comic sans ms', 'Comic Sans MS', 'Comic Sans', cursive;
|
||||
font-family: 'comic sans ms', cursive;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'comic sans ms';
|
||||
font-style: normal;
|
||||
src: url(/old/comicsans.ttf) format('ttf');
|
||||
}
|
||||
|
||||
a {
|
||||
color: #fff;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue