16 lines
151 B
CSS
16 lines
151 B
CSS
* {
|
|
font-family: 'ZillaSlab' !important;
|
|
color: #ddd;
|
|
}
|
|
|
|
p,
|
|
a,
|
|
label {
|
|
font-size: 14pt;
|
|
}
|
|
|
|
h1,
|
|
h2 {
|
|
line-height: 1em;
|
|
}
|