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
When using dynamic Google fonts, we need to set the link in the header to point to the required font. As our users can change their font dynamically, how can we have the link in the header also changed? As there are over 900 Google fonts, putting them all into the header would not be feasible.
Example:
<link href='https://fonts.googleapis.com/css?family=ABeeZee' rel='stylesheet'>
then use font-family: 'ABeeZee'; for the element
Thanks for the consideration :)
The text was updated successfully, but these errors were encountered:
VR-Architect
changed the title
[Blazor] Add ability to set link tag in header via code
[Blazor] Add ability to add/remove link tag in header via code
Jul 21, 2019
When using dynamic Google fonts, we need to set the link in the header to point to the required font. As our users can change their font dynamically, how can we have the link in the header also changed? As there are over 900 Google fonts, putting them all into the header would not be feasible.
Example:
Thanks for the consideration :)
The text was updated successfully, but these errors were encountered: