[BUGFIX] Adjust to Roboto folder update
This commit is contained in:
parent
75d107e220
commit
a694714448
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, user-scalable=no">
|
<meta name="viewport" content="width=device-width, user-scalable=no">
|
||||||
<link rel="stylesheet" href="roboto-slab-fontface.css">
|
<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">
|
<link rel="stylesheet" href="style.css?__inline=true">
|
||||||
<script src="vendor/es6-shim/es6-shim.min.js?__inline=true"></script>
|
<script src="vendor/es6-shim/es6-shim.min.js?__inline=true"></script>
|
||||||
<script src="app.js"></script>
|
<script src="app.js"></script>
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
}
|
}
|
||||||
background: rgba($color-black, .02);
|
background: rgba($color-black, .02);
|
||||||
display: flex;
|
display: flex;
|
||||||
font-family: $font-family;
|
font-family: $font-family-secondary;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 1em 0 0;
|
padding: 1em 0 0;
|
||||||
|
@ -31,8 +31,8 @@ module.exports = function (grunt) {
|
|||||||
cwd: "bower_components/roboto-slab-fontface"
|
cwd: "bower_components/roboto-slab-fontface"
|
||||||
},
|
},
|
||||||
roboto: {
|
roboto: {
|
||||||
src: ["fonts/*",
|
src: ["fonts/*-Regular.*",
|
||||||
"roboto-fontface.css"
|
"css/roboto-fontface-regular.css"
|
||||||
],
|
],
|
||||||
expand: true,
|
expand: true,
|
||||||
dest: "build/",
|
dest: "build/",
|
||||||
|
Loading…
Reference in New Issue
Block a user