mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-21 20:44:18 +00:00
✨ Import Bree Serif from Google Fonts
This commit is contained in:
parent
c50690d0b6
commit
99894a8486
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap');
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
@ -7,6 +9,8 @@ body {
|
|||
|
||||
min-height: 100%;
|
||||
min-width: 100%;
|
||||
|
||||
font-family: "Bree Serif", serif;
|
||||
}
|
||||
|
||||
.ThemeDark {
|
||||
|
|
Loading…
Reference in a new issue