Reduce roboto imports

This commit is contained in:
Robin Linus 2016-01-02 14:17:42 +01:00
parent 3fb735e901
commit ddee78fe19
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,4 @@
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,300,500,700">
<link rel="import" href="../bower_components/polymer/polymer.html">
<style is="custom-style">
:root {

View file

@ -192,6 +192,7 @@ gulp.task('vulcanize', function() {
return gulp.src('app/elements/elements.html')
.pipe($.vulcanize({
stripComments: true,
stripExclude:['app/bower_components/font-roboto/roboto.html'],
inlineCss: true,
inlineScripts: true
}))