No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Roboto and Latin Extended

    Framework
    2
    2
    1264
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      smakinson last edited by

      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!

      1 Reply Last reply Reply Quote 0
      • matt
        matt last edited by

        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

        1 Reply Last reply Reply Quote 2
        • First post
          Last post