1
0
mirror of https://github.com/jdan/98.css.git synced 2025-08-28 16:19:57 +02:00

pixelate more elements

This commit is contained in:
Jordan Scales
2020-04-23 13:31:50 -04:00
parent 5cc23baa95
commit 9b8ab84fe3
4 changed files with 22 additions and 34 deletions

View File

@@ -75,22 +75,18 @@
body {
font-family: Arial;
font-size: 12px;
-webkit-font-smoothing: none;
color: #222222;
}
button,
.window,
.title-bar {
label,
input,
textarea,
ul.tree-view,
.title-bar-text {
font-family: "Pixelated MS Sans Serif", Arial;
}
.pixelated {
font-family: "Pixelated MS Sans Serif", Arial;
}
.vectorized {
font-family: Arial;
-webkit-font-smoothing: none;
font-size: 11px;
}
h1 {

View File

@@ -75,22 +75,18 @@
body {
font-family: Arial;
font-size: 12px;
-webkit-font-smoothing: none;
color: #222222;
}
button,
.window,
.title-bar {
label,
input,
textarea,
ul.tree-view,
.title-bar-text {
font-family: "Pixelated MS Sans Serif", Arial;
}
.pixelated {
font-family: "Pixelated MS Sans Serif", Arial;
}
.vectorized {
font-family: Arial;
-webkit-font-smoothing: none;
font-size: 11px;
}
h1 {

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "98.css",
"version": "0.1.1",
"version": "0.1.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -79,22 +79,18 @@
body {
font-family: Arial;
font-size: 12px;
-webkit-font-smoothing: none;
color: #222222;
}
button,
.window,
.title-bar {
label,
input,
textarea,
ul.tree-view,
.title-bar-text {
font-family: "Pixelated MS Sans Serif", Arial;
}
.pixelated {
font-family: "Pixelated MS Sans Serif", Arial;
}
.vectorized {
font-family: Arial;
-webkit-font-smoothing: none;
font-size: 11px;
}
h1 {