fix: mdi icons
This commit is contained in:
parent
ba1a462448
commit
1adf98eb8d
@ -120,7 +120,7 @@ let bootstrap = () => {
|
|||||||
// ====================================
|
// ====================================
|
||||||
|
|
||||||
import(/* webpackChunkName: "icons" */ './svg/icons.svg').then(icons => {
|
import(/* webpackChunkName: "icons" */ './svg/icons.svg').then(icons => {
|
||||||
document.body.insertAdjacentHTML('beforeend', icons)
|
document.body.insertAdjacentHTML('beforeend', icons.default)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -22,9 +22,9 @@ html
|
|||||||
var siteConfig = !{JSON.stringify(config.site)}
|
var siteConfig = !{JSON.stringify(config.site)}
|
||||||
|
|
||||||
//- CSS
|
//- CSS
|
||||||
link(type='text/css', rel='stylesheet', href='/css/bundle.css')
|
|
||||||
link(type='text/css', rel='stylesheet', href='https://fonts.googleapis.com/icon?family=Roboto:400,500,700|Source+Code+Pro:400,700|Material+Icons')
|
link(type='text/css', rel='stylesheet', href='https://fonts.googleapis.com/icon?family=Roboto:400,500,700|Source+Code+Pro:400,700|Material+Icons')
|
||||||
link(type='text/css', rel='stylesheet', href='https://cdnjs.cloudflare.com/ajax/libs/material-design-iconic-font/2.2.0/css/material-design-iconic-font.min.css')
|
link(type='text/css', rel='stylesheet', href='https://cdnjs.cloudflare.com/ajax/libs/material-design-iconic-font/2.2.0/css/material-design-iconic-font.min.css')
|
||||||
|
link(type='text/css', rel='stylesheet', href='/css/bundle.css')
|
||||||
|
|
||||||
//- JS
|
//- JS
|
||||||
script(type='text/javascript', src='/js/client.js')
|
script(type='text/javascript', src='/js/client.js')
|
||||||
|
Loading…
Reference in New Issue
Block a user