Updated CSS to use the new fonts.
This commit is contained in:
parent
ee0bef39b3
commit
7470315120
@ -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";
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user