mirror of
https://github.com/mat-1/matdoesdev.git
synced 2025-08-02 14:46:04 +00:00
fix comic sans fr this time
This commit is contained in:
parent
9e04b43ada
commit
be7a8ee0dc
1 changed files with 3 additions and 4 deletions
|
@ -3,14 +3,13 @@ body {
|
|||
background-image: url('/old/background.gif');
|
||||
color: #fff;
|
||||
|
||||
font-family: 'comic sans ms', 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');
|
||||
font-family: 'Comic Sans MS';
|
||||
src: url(/old/comicsans.ttf) format('truetype');
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
Loading…
Add table
Reference in a new issue