Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Commit

Permalink
Load typeface Roboto from CDN to reduce pressure on building.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zodiase committed Jun 27, 2018
1 parent cd79d54 commit e41fe4e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 9 deletions.
3 changes: 2 additions & 1 deletion meteor-app/client/head.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<head>
<title>SKOPE</title>
<link href="https://fonts.googleapis.com/css?family=Bitter:400,700" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Bitter:400,700">
<script type="text/javascript" src="https://cdn.rawgit.com/Zodiase/Web-GIS-Elements/v0.6.2/dist/web-gis-elements.js"></script>
</head>
2 changes: 0 additions & 2 deletions meteor-app/imports/startup/client/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Import client startup through a single index entry point

import 'typeface-roboto';

import { onReady as onBuildHashReady } from '/imports/client/build-hash';
import globalStore, { actions } from '/imports/ui/redux-store';

Expand Down
5 changes: 0 additions & 5 deletions meteor-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion meteor-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"redux": "^3.7.2",
"redux-form": "^7.2.0",
"searchkit": "^2.3.0",
"typeface-roboto": "0.0.45",
"uuid": "^3.1.0",
"whatwg-fetch": "^2.0.4"
},
Expand Down

0 comments on commit e41fe4e

Please sign in to comment.