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/",