Updated CSS to use the new fonts.

This commit is contained in:
20xd6 2024-03-28 15:56:45 -04:00
parent ee0bef39b3
commit 7470315120

View File

@ -1,9 +1,19 @@
@font-face {
font-family: "PfefferMediaeval";
src: url("/common/fonts/PfefferMediaeval.otf") format("opentype");
}
@font-face {
font-family: "Typewriter";
src: url("/common/fonts/TT2020-master/dist/TT2020Base-Regular.ttf") format("truetype");
}
body {
margin-left: 5%;
margin-right: 5%;
background-color: #000000;
color: #00cc00;
font-family: "Courier New", sans-serif;
font-family: "Typewriter", "PfefferMediaeval", "Courier New", sans-serif;
font-size: medium;
/*dir:"ltr";
*/