Open ricardoboss opened 2 years ago
In main.ts, there is a call loadFonts() which downloads the Roboto font from Google Fonts.
main.ts
loadFonts()
We should provide an option to circumvent this behavior (i.e., provide the font ourselves) for legal purposes.
In
main.ts
, there is a callloadFonts()
which downloads the Roboto font from Google Fonts.We should provide an option to circumvent this behavior (i.e., provide the font ourselves) for legal purposes.