I use keymanweb by linking to https://s.keyman.com/kmw/engine/13.0.108/keymanweb.js in Anki desktop
Is there any way to change the font on the keyboard?
I use keymanweb by linking to https://s.keyman.com/kmw/engine/13.0.108/keymanweb.js in Anki desktop
Is there any way to change the font on the keyboard?
Hi @Keyboarder, welcome to the community!
I’m not sure of the details of how you are embedded KeymanWeb, but if you can control the CSS rules for the page, you can add a font override (this is for the desktop on screen keyboard, for mobile the rule would be slightly different):
html span.kmw-key-text {
font-family: "my font name here";
}
If the font is not installed on the computer, you’ll also need a way to embed the font so it is available to the page.