feat: custom fonts

This commit is contained in:
pskfyi 2022-01-13 13:02:43 -08:00 committed by pskfyi
commit 1c0cc228f6
5 changed files with 21 additions and 22 deletions

View file

@ -42,6 +42,7 @@ export default {
header {
min-width: 18rem;
transition: background-color 2000ms, color 2000ms;
font-family: 'Roboto Slab', serif;
}
@media (min-width: 768px) {
header {