lowcoder icon indicating copy to clipboard operation
lowcoder copied to clipboard

[Feat]: make the fonts as an asset

Open lublak opened this issue 6 months ago • 0 comments
trafficstars

Is your feature request related to a problem? Please describe.

Currently there are some links pointing to the google fonts api:

https://github.com/lowcoder-org/lowcoder/blob/main/client/packages/lowcoder/src/pages/editor/editorView.tsx#L563 https://github.com/lowcoder-org/lowcoder/blob/main/client/packages/lowcoder/src/pages/editor/editorView.tsx#L612 https://github.com/lowcoder-org/lowcoder/blob/main/client/packages/lowcoder/src/app.tsx#L292

Describe the solution you'd like

It would be nice to use the fonts in a offline workload (assets).

Describe alternatives you've considered

Use a default browser font without the need of any font file.

lublak avatar May 05 '25 08:05 lublak