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

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

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

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

.koboldcareer {

Loading…
Cancel
Save