Will write a better guide with instructions for users to learn more about Google Fonts, including those who haven't used it
Actually I thought that most of the users of the extension would be well versed with Google Fonts site and fonts which they want to add, this is interesting, will definitely work for it
BRUH!!! I spent like 4 hours making smth like this with no extensions and like a week later you make an extension! This would have helped so much... bruhhh, anyways cool extension
Dear @S4IL,
this new extension (great job ) allows you to use google fonts without pre-loading them in the asset, but there was already another one that you can find here:
which allowed you to use "custom" fonts, for example .ttf uploaded as resource in the app's asset dir.
MyFont allows you to set fonts from file locations, this means you have to store all the fonts that you are using in the storage.
GFont allows you to select from a world of fonts from Google Font's database and allows you to apply them directly. Thus eliminating the need of storing the fonts in the assets.
Yes, that was what i used, and made my own API to get the ttf file of a font and my website that is the font picked, with costumwebview, and all this complicated process that took 4 hours was for nothing since this was made!
Here is an example call to the API: https://s4api.vercel.app/font_url?font_name=Roboto
My fault, I wanted to say that myfont allows you to set font from most of the file locations while gfont extension fetches fonts from api and applies it at once. Thus eliminating the need to supply the font ttf file.
Dear @techxsarthak, your explanation was already pretty clear at the first post
My comments were just related to @S4IL grumble
Both of you are too clever for an "old" software developer who started more than 40 yeras ago to code, in machine language, embedded software for military aircraft....
Let me anyway tell you one hint: although you spend some hours in making an app working, that time is not wasted but invested. When the going gets tough, the toughs get going !
This is great but new fonts are added daily, so I think the approach of using api for fetching fonts is better
Moreover the font search and sort that I added make it quite easy to look for the font one needs