1
0
Fork 0
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:
mat 2023-09-05 23:00:00 -05:00
parent 9e04b43ada
commit be7a8ee0dc

View file

@ -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 {