feat: build website
This commit is contained in:
20
static/css/font.css
Normal file
20
static/css/font.css
Normal file
@@ -0,0 +1,20 @@
|
||||
|
||||
/* Default font for body */
|
||||
body {
|
||||
font-family: "Lora", serif !important;
|
||||
}
|
||||
|
||||
/* secondary font */
|
||||
.secondary-font, #secondary-font {
|
||||
font-family: "Lora", serif;
|
||||
}
|
||||
|
||||
/* primary font */
|
||||
.primary-font, #primary-font {
|
||||
font-family: "Alata", sans-serif;
|
||||
}
|
||||
|
||||
/* Default font */
|
||||
.default-font, #default-font {
|
||||
font-family: "Roboto", sans-serif;
|
||||
}
|
||||
Reference in New Issue
Block a user