From a6947144482a89b1a06b642d212969e850fd4259 Mon Sep 17 00:00:00 2001 From: Xaver Maierhofer Date: Sun, 29 May 2016 18:52:20 +0200 Subject: [PATCH] [BUGFIX] Adjust to Roboto folder update --- html/index.html | 2 +- scss/modules/_tabs.scss | 2 +- tasks/build.js | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/html/index.html b/html/index.html index 1c82356..874085f 100644 --- a/html/index.html +++ b/html/index.html @@ -4,7 +4,7 @@ - + diff --git a/scss/modules/_tabs.scss b/scss/modules/_tabs.scss index ab938be..31df303 100644 --- a/scss/modules/_tabs.scss +++ b/scss/modules/_tabs.scss @@ -7,7 +7,7 @@ } background: rgba($color-black, .02); display: flex; - font-family: $font-family; + font-family: $font-family-secondary; list-style: none; margin: 0; padding: 1em 0 0; diff --git a/tasks/build.js b/tasks/build.js index 15d1824..31ddb29 100644 --- a/tasks/build.js +++ b/tasks/build.js @@ -31,8 +31,8 @@ module.exports = function (grunt) { cwd: "bower_components/roboto-slab-fontface" }, roboto: { - src: ["fonts/*", - "roboto-fontface.css" + src: ["fonts/*-Regular.*", + "css/roboto-fontface-regular.css" ], expand: true, dest: "build/",