Update README.md, add new fonts, and update main_theme.css to use those newly added fonts

This commit is contained in:
Primrose 2023-08-28 19:32:14 -04:00
parent bce09611e3
commit a410f9fc25
13 changed files with 410 additions and 13 deletions

View file

@ -1,11 +1,37 @@
/* Copyright © 2022-2023 Lilium_Snow */
/* This CSS document is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. Get a copy of the license at https://creativecommons.org/licenses/by-sa/4.0/legalcode */
.font-light {
font-family: quicksand-light;
src: url(./assets/fonts/Quicksand-Light.ttf)
}
.font-regular {
font-family: quicksand-regular;
src: url(./assets/fonts/Quicksand-Regular.ttf)
}
.font-medium {
font-family: quicksand-medium;
src: url(./assets/fonts/Quicksand-Medium.ttf)
}
.font-semibold {
font-family: quicksand-semibold;
src: url(./assets/fonts/Quicksand-SemiBold.ttf)
}
.font-bold {
font-family: quicksand-bold;
src: url(./assets/fonts/Quicksand-Bold.ttf)
}
body {
background-image: radial-gradient(circle, #ff99cc, #ff99aa, #ffaa99);
color: #404040;
text-align: center;
font-family: sans-serif;
font-family: quicksand-regular;
}
a:link {
@ -50,7 +76,7 @@ a:active {
background-image: radial-gradient(circle, #8e009f, #6b0077, #470050);
color: #ffffff;
text-align: center;
font-family: sans-serif;
font-family: quicksand-regular;
}
.content {