浏览代码

Font change

master
Noëlle 4 年前
父节点
当前提交
89e1696d8e
共有 1 个文件被更改,包括 6 次插入2 次删除
  1. 6
    2
      assets/kobold.css

+ 6
- 2
assets/kobold.css 查看文件

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 {

正在加载...
取消
保存