[BUGFIX] Adjust to Roboto folder update

This commit is contained in:
Xaver Maierhofer 2016-05-29 18:52:20 +02:00
parent 75d107e220
commit a694714448
3 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no">
<link rel="stylesheet" href="roboto-slab-fontface.css">
<link rel="stylesheet" href="roboto-fontface.css">
<link rel="stylesheet" href="css/roboto-fontface.css">
<link rel="stylesheet" href="style.css?__inline=true">
<script src="vendor/es6-shim/es6-shim.min.js?__inline=true"></script>
<script src="app.js"></script>

View File

@ -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;

View File

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