23 lines
381 B
CSS
Executable File
23 lines
381 B
CSS
Executable File
@font-face {
|
|
font-family: "Athiti";
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
font-display: swap;
|
|
src: url("../fonts/Athiti-ExtraLight.ttf") format("truetype");
|
|
}
|
|
|
|
.brandname {
|
|
font-family: "Athiti", monospace;
|
|
}
|
|
|
|
.mainPageContent {
|
|
margin-left: 15rem;
|
|
}
|
|
|
|
.mainPageContentContainer {
|
|
margin-top: 1rem;
|
|
}
|
|
|
|
.kadiSidebarNav {
|
|
width: 15rem !important;
|
|
} |