```css body { font-family: 'YOUR-FONT-NAME-HERE', 'Segoe UI', Tahoma, sans-serif; } ``` (The `'Segoe UI', Tahoma, sans-serif` part would be the fallbacks, using Yomichan's current settings.) That being said, I'm not...
If the browser can detect it as a system font, `@import` and `@font-face` wouldn't even be necessary, but again I have no idea if the browser supports that.
* Can you export your Yomichan settings file and share it here? * Can you also check your addon settings for AnkiConnect and share them here? * Can you access...
I forget the exact way AnkiConnect handles this, but you could try adding "null" to the "webCorsOriginList" array in your AnkiConnect settings, see if that fixes it. Not sure why...
Do you have any other browser extensions installed?
The issue is that the source data represents it as a single word, and Yomichan doesn't attempt to do lookups of the individual parts of compound words, as there is...
> I'm currently trying to figure out a way to do it without having to rely on having an active Language Tools account. You can use the _Custom URL (JSON)_...
There is no good way to accomplish this currently. The best way might be by exposing some events in an eventual Yomichan API #1649 which could be hooked into.
Probably more of a question for [AnkiConnect](https://github.com/FooSoft/anki-connect) than Yomichan, but yes you can use AnkiConnect to add a lot of data to Anki. If you have a data source and...
There is no way to access chrome-extensions: URLs outside of manually running a script in the Browser's developer console.