Vue-material: This is some problem with Google CDN?

Created on 24 Apr 2017  路  3Comments  路  Source: vuematerial/vue-material

The source of font can't be loaded which causes the page to load very slowly.

question

Most helpful comment

You can use font packages material-design-icons-iconfont and roboto-fontface instead of google CND

And then simply include in your main js file

import 'roboto-fontface/css/roboto/sass/roboto-fontface.scss'
import 'material-design-icons-iconfont/dist/material-design-icons.scss'

All 3 comments

This is the same problem on your website.

You can use font packages material-design-icons-iconfont and roboto-fontface instead of google CND

And then simply include in your main js file

import 'roboto-fontface/css/roboto/sass/roboto-fontface.scss'
import 'material-design-icons-iconfont/dist/material-design-icons.scss'

Thanks ! @Samuell1 You solved my problem.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

bryanspearman picture bryanspearman  路  3Comments

andreujuanc picture andreujuanc  路  3Comments

sergey-koretsky picture sergey-koretsky  路  3Comments

korylprince picture korylprince  路  3Comments

Leshgan picture Leshgan  路  3Comments