You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kkoreilly
changed the title
Consider allowing fonts to be automatically downloaded from Google Fonts
Provide a tool to download fonts from Google Fonts and add relevant go embed and font loading statements
Jul 27, 2023
It makes the most sense to do this by embedding fonts into executables, so a simple goki fetch font FontName command in goki/packman that downloads fonts, puts them in the right place, and adds the code to embed and load them would be the easiest way to implement this.
This would allow developers to use more non-standard fonts in their apps without having to worry about the user having them on their system.
The text was updated successfully, but these errors were encountered: