mirror of
https://github.com/home-assistant/frontend.git
synced 2026-05-08 09:18:34 +01:00
Add local roboto
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
var fs = require('fs');
|
||||
|
||||
var path = 'bower_components/paper-styles/typography.html';
|
||||
|
||||
var html = fs.readFileSync(path).toString();
|
||||
|
||||
var fixedHtml = html.replace('<link rel="import" href="../font-roboto/roboto.html">', '');
|
||||
|
||||
fs.writeFileSync(path, fixedHtml);
|
||||
Reference in New Issue
Block a user