From f85aa6159c9398d04a659c2e2f38d708fdca11b5 Mon Sep 17 00:00:00 2001 From: Jordan Scales Date: Wed, 22 Apr 2020 10:46:20 -0400 Subject: [PATCH] remove letter-spacing --- build/98.css | 1 - docs/98.css | 1 - style.css | 1 - test.sh | 2 +- 4 files changed, 1 insertion(+), 4 deletions(-) diff --git a/build/98.css b/build/98.css index 38f2575..9f0100a 100644 --- a/build/98.css +++ b/build/98.css @@ -59,7 +59,6 @@ * { font-family: Arial; font-size: 12px; - letter-spacing: -0.03ch; -webkit-font-smoothing: none; color: #222222; } diff --git a/docs/98.css b/docs/98.css index 38f2575..9f0100a 100644 --- a/docs/98.css +++ b/docs/98.css @@ -59,7 +59,6 @@ * { font-family: Arial; font-size: 12px; - letter-spacing: -0.03ch; -webkit-font-smoothing: none; color: #222222; } diff --git a/style.css b/style.css index 6a302c6..f819edd 100644 --- a/style.css +++ b/style.css @@ -63,7 +63,6 @@ * { font-family: Arial; font-size: 12px; - letter-spacing: -0.03ch; -webkit-font-smoothing: none; color: #222222; } diff --git a/test.sh b/test.sh index 3f71a2f..8828679 100644 --- a/test.sh +++ b/test.sh @@ -7,6 +7,6 @@ if [ -z "$output" ] then break else - echo "Build doesn't match, wanna run \`npm run build\`?" + echo "Please commit the latest build of 98.css (git commit)" exit 1; fi