google / blockly

The web-based visual programming editor.
https://developers.google.com/blockly/
Apache License 2.0
12.37k stars 3.69k forks source link

Refactor font styles to use CSS variables #8275

Open BeksOmega opened 1 month ago

BeksOmega commented 1 month ago

Same basic steps as in #8274, but this time for font styles.

See the design doc for more info. The font styles are currently converted to CSS in the renderer. That code should be deleted.

This change should be marked as breaking.

Spoorthy1423 commented 1 month ago

Sounds interesting @BeksOmega , can u assign this issue to me ..

BeksOmega commented 1 month ago

Sorry @Spoorthy1423 , this is a tricky issue that dependent on some incomplete issues, so it's not open for contribution at the moment.