13 lines
313 B
CSS
13 lines
313 B
CSS
|
/* System64.dev v2, by IDeletedSystem64. Under MIT License */
|
||
|
@import url('https://fonts.googleapis.com/css2?family=Bitter:wght@600&display=swap');
|
||
|
@import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap');
|
||
|
/* Import dem fonts */
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
body {
|
||
|
background-image: url("/img/bg.jpg");
|
||
|
}
|