adifyr / obsidian-chat-view

An elegant chat view for Obsidian pages.
MIT License
202 stars 11 forks source link

find alternative font or embed font as base64 into the plugin css #35

Open GottZ opened 8 months ago

GottZ commented 8 months ago

https://github.com/adifyr/obsidian-chat-view/blob/79f331583593a6d23015d4a8753961b3c73d4f67/styles.css#L1

Refused to load the stylesheet 'https://unpkg.com/katex@0.12.0/dist/katex.min.css' because it violates the following Content Security Policy directive: "style-src 'unsafe-inline' 'self' https://fonts.googleapis.com". Note that 'style-src-elem' was not explicitly set, so 'style-src' is used as a fallback.

in general, relying on resources outside the application window is not really recommended.