Browse Source

Font change

master
Noëlle 3 years ago
parent
commit
89e1696d8e
1 changed files with 6 additions and 2 deletions
  1. 6
    2
      assets/kobold.css

+ 6
- 2
assets/kobold.css View File

src: url("/koboldgen/assets/fonts/Reverb-Light.otf") format("opentype"); src: url("/koboldgen/assets/fonts/Reverb-Light.otf") format("opentype");
font-weight: lighter; font-weight: lighter;
} }
@font-face {
font-family: "Reverb Bold";
src: url("/koboldgen/assets/fonts/Reverb-Bold.otf") format("opentype");
font-weight: bold;
}


.firstrow { .firstrow {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
} }


.koboldname { .koboldname {
font-family: "Reverb";
font-family: "Reverb Bold";
font-size: 1.4em; font-size: 1.4em;
font-weight: bold;
} }


.koboldcareer { .koboldcareer {

Loading…
Cancel
Save