initial V3-stable

This commit is contained in:
gurusabarish
2022-02-05 10:34:48 +05:30
parent 00c24c1e15
commit e31444f76b
1715 changed files with 13389 additions and 6043 deletions
+20
View File
@@ -0,0 +1,20 @@
/* Default font for body */
body {
font-family: "Roboto", sans-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;
}