[BUGFIX] Adjust to Roboto folder update
This commit is contained in:
parent
75d107e220
commit
a694714448
@ -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>
|
||||
|
@ -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;
|
||||
|
@ -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/",
|
||||
|
Loading…
Reference in New Issue
Block a user