Added a way to add html to content
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
@import "header";
|
||||
@import "anchoring";
|
||||
@import "carousel";
|
||||
@import "image";
|
||||
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@@ -18,8 +19,11 @@ html {
|
||||
scroll-padding-top: var(--header-Height);
|
||||
}
|
||||
|
||||
.font {
|
||||
font-family: 'Questrial', sans-serif;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Questrial', sans-serif;
|
||||
background-color: var(--body-BackgroundColor);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user