Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could add roboto font? #50

Open
thearabbit opened this issue Feb 16, 2020 · 5 comments
Open

Could add roboto font? #50

thearabbit opened this issue Feb 16, 2020 · 5 comments

Comments

@thearabbit
Copy link

Could add roboto font?

@mwarren2
Copy link
Collaborator

All you have to do is create a link like the one I have shown in the ReadME.

This was the command to create the link to the material-icons stuff.
ln -s ../node_modules/@quasar/extras/material-icons/web-font public

Just do something similar to the roboto-font folder that you will find in the same place in node_modules/@quasar/extras

@thearabbit
Copy link
Author

But it is duplication web-font folder name in public?

@mwarren2
Copy link
Collaborator

Presumbably you can try just naming the link something else. You will have to experiment.
I don't have all the answers, sorry.

Try calling the roboto-font link robotoweb-font for example

@thearabbit
Copy link
Author

I tried

ln -s ../node_modules/@quasar/extras/roboto-font/web-font public/roboto-font
--------
import '@......../......css'

It don't work, bc .css file import from ./web-font base folder name???

@mwarren2
Copy link
Collaborator

Just do another link for the .css file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants