replaced mono with dos font
This commit is contained in:
12
css/main.css
12
css/main.css
@@ -1,3 +1,9 @@
|
||||
@font-face {
|
||||
font-family: "Perfect-DOS-VGA-437";
|
||||
src: url("../fonts/Perfect-DOS-VGA-437.ttf.woff") format("woff"), url("../fonts/Perfect-DOS-VGA-437.ttf.svg#Perfect-DOS-VGA-437") format("svg"), url("../fonts/Perfect-DOS-VGA-437.ttf.eot"), url("../fonts/Perfect-DOS-VGA-437.ttf.eot?#iefix") format("embedded-opentype");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
[x-cloak] {
|
||||
display: none !important;
|
||||
}
|
||||
@@ -85,13 +91,11 @@ article.expanded {
|
||||
z-index: 120 !important;
|
||||
}
|
||||
article pre {
|
||||
font-family: "Noto Sans Mono", monospace;
|
||||
font-family: "Perfect-DOS-VGA-437", monospace;
|
||||
background-color: #1b2c28;
|
||||
background-image: url(../images/scanlines.gif);
|
||||
background-size: cover;
|
||||
color: #86dbb5;
|
||||
font-size: 1rem;
|
||||
line-height: 1.1em;
|
||||
line-height: 1em;
|
||||
}
|
||||
|
||||
#article1 {
|
||||
|
||||
Reference in New Issue
Block a user