Skip to content

Commit 0195962

Browse files
committed
Add horrible fonts.
1 parent dd682e0 commit 0195962

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

default.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
@import url(http://fonts.googleapis.com/css?family=Nosifer|Gochi+Hand|Press+Start+2P);
12
/*
23
* Style sheet for the CSS3 specification,
34
* to be used in addition to http://www.w3.org/StyleSheets/TR/W3C-{WD,PR,REC}
@@ -27,13 +28,17 @@ body {
2728
body {
2829
background: url('construction.gif') top left repeat-y, url('construction.gif') top right repeat-y, url('spacebg.gif') black !important;
2930
color: yellow !important;
30-
font-family: Comic Sans MS, fantasy !important;
31+
font-family: Comic Sans MS, "Gochi Hand", fantasy !important;
32+
font-size: 1.2em;
33+
}
34+
pre, code {
35+
font-family: "Press Start 2P", monospace !important;
3136
}
3237
h1,h2,h3,h4,h5,h6 {
3338
color: lime !important;
3439
background: black !important;
3540
letter-spacing: 3px !important;
36-
font-family: Consolas, Courier New, monospace !important;
41+
font-family: Nosifer, monospace !important;
3742
border-bottom: thick solid !important;
3843
padding: 3px !important;
3944
text-align: center !important;

0 commit comments

Comments
 (0)