From c3286c2dd65f9ebd05eff139247875e489b3d958 Mon Sep 17 00:00:00 2001 From: Martin Donnelly Date: Wed, 7 Mar 2018 00:53:15 +0000 Subject: [PATCH] fixed some font weights --- src/css/custom.scss | 1 + src/fonts.list | 2 +- src/service-worker.js | 2 +- src/v1/js/Forecast.js | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/css/custom.scss b/src/css/custom.scss index f1a71fb..c37bab8 100644 --- a/src/css/custom.scss +++ b/src/css/custom.scss @@ -11,6 +11,7 @@ $mui-accent-color-dark: mui-color('indigo', 'A100'); $mui-accent-color-light: mui-color('indigo', 'A400'); $mui-base-font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, Verdana, "Trebuchet MS"; +$mui-base-font-weight: 300; $mui-appbar-font-color: mui-color('black') !default; diff --git a/src/fonts.list b/src/fonts.list index 0b48821..0cd2a38 100644 --- a/src/fonts.list +++ b/src/fonts.list @@ -1,5 +1,5 @@ Roboto+Condensed Roboto+Condensed:300 Roboto+Mono -Roboto +Roboto:300 Roboto:100 diff --git a/src/service-worker.js b/src/service-worker.js index 357bc63..4420a02 100644 --- a/src/service-worker.js +++ b/src/service-worker.js @@ -11,7 +11,7 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. -const CACHE_VERSION = { 'version': '0.0.162' }; +const CACHE_VERSION = { 'version': '0.0.165' }; const dataCacheName = 'jubileeData-v1'; const cacheName = 'jubilee-final-1'; const filesToCache = [ diff --git a/src/v1/js/Forecast.js b/src/v1/js/Forecast.js index 3f637e1..0319cbe 100644 --- a/src/v1/js/Forecast.js +++ b/src/v1/js/Forecast.js @@ -111,7 +111,7 @@ const ForecastView = Backbone.View.extend({
<%=uvIndex %>
-
<%=summary%>
+
<%=summary%>

Wind & Pressure