From 1bf29b51a89adfcac35b67771d64653e2518c8f0 Mon Sep 17 00:00:00 2001 From: Kognise Date: Thu, 4 Apr 2019 17:18:41 -0400 Subject: [PATCH] Update font stack --- water.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/water.css b/water.css index a8fd63d..ab82b4e 100644 --- a/water.css +++ b/water.css @@ -1,7 +1,8 @@ body { background: #202b38; color: #dbdbdb; - font-family: sans-serif; + font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; + text-rendering: optimizeLegibility;; margin: 20px; max-width: 800px; line-height: 1.4; @@ -35,7 +36,7 @@ h1, h2, h3, h4, h5, h6, b, strong, th { font-weight: 500; } -input:not([type="checkbox"]), select { +input:not([type='checkbox']), select { display: block; } @@ -60,6 +61,6 @@ input:focus, select:focus, button:focus, textarea:focus { color: #949494; } -input[type="checkbox"]:active, input[type="submit"]:active, input[type="button"]:active, button:active { +input[type='checkbox']:active, input[type='submit']:active, input[type='button']:active, button:active { transform: translateY(2px); } \ No newline at end of file