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
Ensure that if a font is specified in the theme.json(src/themes) file, it is automatically added to the <head> section of the index.html(res/web/public/index.html) file along with its corresponding URL.
Expected Behavior in web
Fonts mentioned in the theme.json(src/themes) file should be dynamically incorporated into the index.html(res/web/public/index.html) <head> section.
The implemented solution should allow fonts to dynamically change in real-time when the theme is updated.
The text was updated successfully, but these errors were encountered:
Swrnv-qc
changed the title
enhancement: add fonts link if the font names are in the theme file
enhancement: dynamically change fonts based on themefile
Mar 11, 2024
Description
Ensure that if a font is specified in the
theme.json
(src/themes) file, it is automatically added to the<head>
section of theindex.html
(res/web/public/index.html) file along with its corresponding URL.Expected Behavior in web
theme.json
(src/themes) file should be dynamically incorporated into theindex.html
(res/web/public/index.html)<head>
section.The text was updated successfully, but these errors were encountered: