finish mainpage of the site

This commit is contained in:
Lazy Hippopotamus
2024-03-09 17:01:50 -05:00
parent daefcaf567
commit b2b7386011
18 changed files with 221 additions and 53 deletions

View File

@@ -1,13 +1,6 @@
[!][@on minify]
/* Sitix script for the Lato font-face declarations. My editor shows numerous syntax errors; this is because it does not support Sitix scripting. */
[#config.stx]
@font-face {
font-family: Lato;
src: url("[^baseurl]/res/lato/Lato-Italic.ttf");
font-weight: normal;
font-style: italic, oblique;
}
@font-face {
font-family: Lato;
src: url("[^baseurl]/res/lato/Lato-Bold.ttf");
@@ -19,7 +12,14 @@
font-family: Lato;
src: url("[^baseurl]/res/lato/Lato-BoldItalic.ttf");
font-weight: bold;
font-style: italic, oblique;
font-style: italic;
}
@font-face {
font-family: Lato;
src: url("[^baseurl]/res/lato/Lato-Italic.ttf");
font-weight: normal;
font-style: italic;
}
@font-face {