feat: custom fonts
This commit is contained in:
parent
6bac096ca8
commit
1c0cc228f6
5 changed files with 21 additions and 22 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Reference in a new issue