From 61d1cc1dae019b39bc05d26caed99267e0afb762 Mon Sep 17 00:00:00 2001 From: Spenser Coke Date: Fri, 3 Jun 2016 10:39:20 -0700 Subject: [PATCH] Add speak:none to css Prevent icons from being rendered aurally. --- css/weather-icons.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/weather-icons.css b/css/weather-icons.css index a742f32..aa0540b 100644 --- a/css/weather-icons.css +++ b/css/weather-icons.css @@ -32,6 +32,7 @@ font-style: normal; font-weight: normal; line-height: 1; + speak: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }