fix font size for window
This commit is contained in:
parent
f64ec50657
commit
6ccdbd0daa
4 changed files with 7 additions and 4 deletions
|
|
@ -85,7 +85,8 @@ textarea,
|
|||
select,
|
||||
option,
|
||||
ul.tree-view,
|
||||
.title-bar-text {
|
||||
.window,
|
||||
.title-bar {
|
||||
font-family: "Pixelated MS Sans Serif", Arial;
|
||||
-webkit-font-smoothing: none;
|
||||
font-size: 11px;
|
||||
|
|
|
|||
|
|
@ -85,7 +85,8 @@ textarea,
|
|||
select,
|
||||
option,
|
||||
ul.tree-view,
|
||||
.title-bar-text {
|
||||
.window,
|
||||
.title-bar {
|
||||
font-family: "Pixelated MS Sans Serif", Arial;
|
||||
-webkit-font-smoothing: none;
|
||||
font-size: 11px;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "98.css",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3",
|
||||
"description": "A design system for building faithful recreations of old UIs",
|
||||
"main": "build/98.css",
|
||||
"directories": {
|
||||
|
|
|
|||
|
|
@ -89,7 +89,8 @@ textarea,
|
|||
select,
|
||||
option,
|
||||
ul.tree-view,
|
||||
.title-bar-text {
|
||||
.window,
|
||||
.title-bar {
|
||||
font-family: "Pixelated MS Sans Serif", Arial;
|
||||
-webkit-font-smoothing: none;
|
||||
font-size: 11px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue