Browse Source

Update fonts

master
Noëlle 3 years ago
parent
commit
1668c00b2e
1 changed files with 9 additions and 7 deletions
  1. 9
    7
      assets/kobold.css

+ 9
- 7
assets/kobold.css View File

padding-top: 10px; padding-top: 10px;
} }


.firstrow .head {
font-family: "Reverb";
}
/* .firstrow .head {
font-size:
} */


#theship { #theship {
float: left; float: left;
padding-bottom: 10px; padding-bottom: 10px;
} }


#thekobolds .head {
/* #thekobolds .head {
font-family: "Reverb"; font-family: "Reverb";
}
} */


.kobold { .kobold {
float: left; float: left;


.head { .head {
display: block; display: block;
font-weight: bold;
font-size: 1.5em;
font-family: "Reverb";
font-size: 2em;
font-style: italic;
} }

Loading…
Cancel
Save