1
Fork 0
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:
Stefano Pigozzi 2021-04-21 00:48:35 +02:00
parent c50690d0b6
commit 99894a8486
Signed by untrusted user who does not match committer: steffo
GPG key ID: 6965406171929D01

View file

@ -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 {