The.waifuism.life sourcecode, made in hugo.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
waifulog_old/assets/scss/custom.scss

23 lines
341 B

3 years ago
@font-face {
font-family: "Playtime";
src: url('/fonts/playtime.ttf') format('truetype');
}
@font-face {
font-family: "Bubblegum";
src: url('/fonts/bubblegum-sans.regular.ttf') format('truetype');
}
body{
font-family: "Bubblegum",sans-serif;
--article-font-family: "Playtime";
--article-font-size: 20px;
}