Roboto and Latin Extended
-
Does the default Roboto font include the Latin Extended subset?
CDN would be: <link href=“https://fonts.googleapis.com/css?family=Roboto&subset=latin-ext” rel=“stylesheet”>
but I am using cordova. I would like to confirm that I need to manually include the font. Thanks!
-
By default the Latin Extended subset is not included.
This is the relevant page on GitHub: https://github.com/quasarframework/quasar/blob/67e6560e0ae6421ed1748f156fcfd804d4b7b54f/src/themes/quasar.mat.styl
As you can see, those seem to be links to the regular version of Roboto (no Latin Extended subset).
Check out this article from the docs on using fonts from a CDN: http://quasar-framework.org/guide/app-using-fonts-from-cdn.html