New font + YGG mirror

This commit is contained in:
2025-02-04 20:17:47 +01:00
parent 4dcae4a00b
commit 3a33ee3e9d
9 changed files with 76 additions and 13 deletions

View File

@@ -5,6 +5,11 @@ body {
overflow-x: hidden;
}
@font-face {
font-family: IBMWeb;
src: url('https://cdn.4d2.org/web/ibm9x16.woff');
}
/* Ascii logo */
.ascii-logo {
font-family: monospace;
@@ -18,9 +23,12 @@ body {
.content1 {
margin-left: 20px;
margin-right: 20px;
font-family: monospace;
white-space: normal;
font-family: IBMWeb, Liberation Mono, monospace;
background-color: #000000;
color: #a57ae9;
font-size: 1.0em;
white-space: normal;
/* color: #a57ae9; */
}
/* End of the main content of the website */
@@ -28,7 +36,7 @@ body {
.content2 {
margin-left: 20px;
margin-right: 20px;
font-family: monospace;
font-family: IBMWeb, Liberation Mono, monospace;
white-space: normal;
color: #a57ae9;
font-size: large;
@@ -37,7 +45,7 @@ body {
/*Code to make footer look cool and ncie :D*/
footer {
font-family: monospace;
font-family: IBMWeb, Liberation Mono, monospace;
position: fixed;
text-align: center;
bottom: 0;

Binary file not shown.