From 6ccdbd0daa2ec80bb1f3e303d30b7baa17c71dc5 Mon Sep 17 00:00:00 2001 From: Jordan Scales Date: Thu, 23 Apr 2020 13:36:33 -0400 Subject: [PATCH] fix font size for window --- build/98.css | 3 ++- docs/98.css | 3 ++- package.json | 2 +- style.css | 3 ++- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/build/98.css b/build/98.css index e46bb4d..9fb06c5 100644 --- a/build/98.css +++ b/build/98.css @@ -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; diff --git a/docs/98.css b/docs/98.css index e46bb4d..9fb06c5 100644 --- a/docs/98.css +++ b/docs/98.css @@ -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; diff --git a/package.json b/package.json index 26000d5..26faed8 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/style.css b/style.css index b398b66..37dbdcf 100644 --- a/style.css +++ b/style.css @@ -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;