quasar-template-meteor icon indicating copy to clipboard operation
quasar-template-meteor copied to clipboard

Could add `roboto font`?

Open thearabbit opened this issue 4 years ago • 5 comments

Could add roboto font?

thearabbit avatar Feb 16 '20 03:02 thearabbit

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

mwarren2 avatar Feb 17 '20 12:02 mwarren2

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

thearabbit avatar Feb 17 '20 14:02 thearabbit

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

mwarren2 avatar Feb 17 '20 14:02 mwarren2

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???

thearabbit avatar Feb 17 '20 23:02 thearabbit

Just do another link for the .css file

mwarren2 avatar Feb 18 '20 09:02 mwarren2