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.
22 lines
341 B
22 lines
341 B
@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;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|