wrappid / wrappid-app

A frontend boilerplate template application built for using Wrappid framework, which enables simultaneous development of web and mobile application
https://www.github.com/wrappid
MIT License
10 stars 6 forks source link

enhancement: dynamically change fonts based on themefile #93

Open Swrnv-qc opened 4 months ago

Swrnv-qc commented 4 months ago

Description

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

  1. Fonts mentioned in the theme.json(src/themes) file should be dynamically incorporated into the index.html(res/web/public/index.html) <head> section.
  2. The implemented solution should allow fonts to dynamically change in real-time when the theme is updated.
Snehasish-Konger commented 4 months ago

I'm interested in working on this issue.

Swrnv-qc commented 4 months ago

There are three options that have decided for fonts to be utilized in a project:

Done:

Swrnv-qc commented 4 months ago

Changes are being made in /wrappid/toolkit#118