bpmn-io / bpmn.io

The bpmn.io website sources.
https://bpmn.io
154 stars 100 forks source link

chore: do not use cdn for fonts #117

Closed marstamm closed 2 years ago

marstamm commented 2 years ago

closes #116

nikku commented 2 years ago

My proposal is to craft a custom CSS to explicitly declare only the required fonts; we'll otherwise load 170kb of CSS (before minification of course) before loading any font:

image

marstamm commented 2 years ago

I added the custom css as part of app.css in 7431946fae2c67ca1f00d58e4ebcb138de6bd495

I took the required fonts from the old google CDN path.

nikku commented 2 years ago

Great. Added a few small adjustments (basically code cleanups) on top:

nikku commented 2 years ago

Live without fonts.google.com. Nice :clap: