Ver código fonte

Add fonts

master
Noëlle 3 anos atrás
pai
commit
29a912b0dc
1 arquivos alterados com 16 adições e 14 exclusões
  1. 16
    14
      assets/kobold.css

+ 16
- 14
assets/kobold.css Ver arquivo

@@ -1,3 +1,13 @@
@font-face {
font-family: "Reverb";
src: url("/fonts/Reverb-Regular.otf") format("opentype");
}
@font-face {
font-family: "Reverb Light";
src: url("/fonts/Reverb-Light.otf") format("opentype");
font-weight: lighter;
}

.firstrow {
float: left;
max-width: 30%;
@@ -5,37 +15,29 @@
padding-top: 10px;
}

#theship {
float: left;
.firstrow .head {
font-family: "Reverb";
}

#theship::before {
content: "";
#theship {
float: left;
}

#themission {
float: left;
}

#themission::before {
content: "";
}

#theadversary {
float: left;
}

#theadversary::before {
content: "";
}

#thekobolds {
padding-top: 10px;
padding-bottom: 10px;
}

#thekobolds::before {
content: "";
#thekobolds .head {
font-family: "Reverb";
}

.kobold {

Carregando…
Cancelar
Salvar