Skip to content

Commit

Permalink
Include material icons instead of loading them via google CDN.
Browse files Browse the repository at this point in the history
  • Loading branch information
fschmenger committed May 4, 2021
1 parent 90140d3 commit 43daa29
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
3 changes: 0 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Wegue WebGIS</title>

<link href='https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Material+Icons' rel="stylesheet">

</head>
<body>
<div id="app"></div>
Expand Down
5 changes: 5 additions & 0 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@
"init:app": "node util/init-app.js"
},
"dependencies": {
"@mdi/font": "^5.9.55",
"material-icons": "^0.5.4",
"ol": "6.4.3",
"proj4": "2.5.0",
"vue": "2.6.11",
"vuetify": "2.2.18",
"@mdi/font": "^5.9.55"
"vuetify": "2.2.18"
},
"devDependencies": {
"@vue/test-utils": "^1.0.3",
Expand Down
1 change: 1 addition & 0 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import Vue from 'vue';
import Vuetify from 'vuetify';
import '@mdi/font/css/materialdesignicons.css'
import 'material-icons/iconfont/material-icons.css'
import '../node_modules/ol/ol.css';
import WguApp from '../app/WguApp';
import UrlUtil from './util/Url';
Expand Down

0 comments on commit 43daa29

Please sign in to comment.