Prepared Nile v1

This commit is contained in:
Dunemask 2022-12-24 20:49:01 -05:00
parent ca9280f324
commit 0b19036190
145 changed files with 5541 additions and 1285 deletions

55
public/css/fonts.css Normal file
View file

@ -0,0 +1,55 @@
h1 {
font-family: "Dejavu Sans";
font-size: 33px;
font-style: normal;
font-variant: normal;
font-weight: 700;
line-height: 36.3px;
}
h2,
label {
font-family: "Dejavu Sans";
font-size: 28px;
font-style: normal;
font-variant: normal;
font-weight: 700;
line-height: 36.3px;
}
h3 {
font-family: "Dejavu Sans";
font-size: 24px;
font-style: normal;
font-variant: normal;
font-weight: 700;
line-height: 15.4px;
}
p,
a {
font-family: "Dejavu Sans";
font-size: 18px;
font-style: normal;
font-variant: normal;
font-weight: 400;
line-height: 20px;
}
blockquote {
font-family: "Dejavu Sans";
font-size: 21px;
font-style: normal;
font-variant: normal;
font-weight: 400;
line-height: 30px;
}
pre,span {
font-family: "Dejavu Sans";
font-size: 13px;
font-style: normal;
font-variant: normal;
font-weight: 400;
line-height: 18.5714px;
}