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.
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.