mirror of
https://git.kittycat.homes/zoe/hugo-battheme.git
synced 2024-08-15 03:25:18 +00:00
18 lines
239 B
SCSS
18 lines
239 B
SCSS
@font-face {
|
|
font-family: CaskaydiaCove;
|
|
src: url(/font/CaskaydiaCove.ttf);
|
|
}
|
|
|
|
* {
|
|
font-family: CaskaydiaCove;
|
|
font-size: 16pt;
|
|
}
|
|
h1 {font-size: 42pt;}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
footer {
|
|
font-size: 20pt;
|
|
}
|