1
0
mirror of https://github.com/jdan/98.css.git synced 2026-05-05 06:01:22 +09:00

substantive changes

This commit is contained in:
Chris Kanich
2020-04-22 11:40:10 -05:00
committed by Jordan Scales
parent e8d87ed52f
commit 84d2756c9c
9 changed files with 89 additions and 6 deletions

View File

@@ -60,8 +60,24 @@
inset 2px 2px var(--window-frame);
}
@font-face {
font-family: "Pixelated MS Sans Serif";
src: url("fonts/converted/ms_sans_serif.woff") format("woff");
src: url("fonts/converted/ms_sans_serif.woff2") format("woff2");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Pixelated MS Sans Serif";
src: url("fonts/converted/ms_sans_serif_bold.woff") format("woff");
src: url("fonts/converted/ms_sans_serif_bold.woff2") format("woff2");
font-weight: bold;
font-style: normal;
}
* {
font-family: Arial;
font-family: "Pixelated MS Sans Serif", Arial;
font-size: 12px;
-webkit-font-smoothing: none;
color: #222222;
@@ -315,10 +331,6 @@ textarea {
box-shadow: var(--border-field);
background-color: var(--button-highlight);
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0;
}
input[type="text"],