Vuesax: Font-family conflict: user can't use google fonts with vuesax

Created on 14 May 2018  路  13Comments  路  Source: lusaxweb/vuesax

I am using Vusax in a project and realize that when Vuesax CDN link applied my custom fonts are gone ,we cant use custom font in project,i have done some research and found that ,this problem is happening due to vuesax,if i removed cdn link,everything works fine.
this code is coming from vuesax.css ,by this the custom fonts can't applied.

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Avenir,Helvetica,Arial,sans-serif;
    outline: none;
    text-transform: none;
    text-decoration: none;
}

Please review this issue

bug good first issue help wanted

Most helpful comment

Please fix this. Using !important is not a good solution.

Thank you for this awesome package btw! Cheers

All 13 comments

Thank you very much for using Vuesax I will review the problem to solve it as quickly as possible

Try to put !Important in your css styles to see if you add them is only to discard thanks

Please fix this. Using !important is not a good solution.

Thank you for this awesome package btw! Cheers

Of course you have the whole reason is not a solution is to know where the problem goes to fix it

Thank you very much, the contributors 馃憤

I think just removing font-family from package file will do the work.

@ankitmlive Thank you very much I will review and I will let you know if it works for you

@ankitmlive already removed the font-family profavor reviews if it works as it should thanks for the contribution

profavor try in the latest version

Its still not working ,after update the package it refused to use google fonts and i have to again remove font family from the package vuesax.css file

I'm going to review the problem and see what happens thank you very much for communicating it

I think you should remove font-family from the package and let the users, use their own font family.

Due to problems when compiling the projects Vuesax now has the icons independently if you are going to use icons in the project please install or import the library of material icons thank you very much to all, it will improve in this aspect to be able to use the icon libraries of your liking

Wait are you talking about icon library.. i am telling you a issue regarding font-family not about icon.. Just review it. it's not working well

It is already being updated by removing the font-family thanks,

please verify that it works as it should

Was this page helpful?
0 / 5 - 0 ratings

Related issues

fahada95 picture fahada95  路  4Comments

alexflorea2 picture alexflorea2  路  4Comments

jbienesdev picture jbienesdev  路  3Comments

jsinhSolanki picture jsinhSolanki  路  3Comments

bigperson picture bigperson  路  3Comments