mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-25 17:17:43 +00:00
chore(web): also link issues near font-family fix
This commit is contained in:
parent
d74f5544fc
commit
ee7ca4c6e1
1 changed files with 2 additions and 1 deletions
|
|
@ -136,7 +136,8 @@ export class StylesheetManager {
|
|||
}
|
||||
|
||||
// Build the font-face definition according to the browser being used
|
||||
// The OSK will similarly remove double-quotes from font-family names. (#13018, #13022)
|
||||
// The OSK will similarly remove double-quotes from font-family names and double-quote
|
||||
// the name itself. (#13018, #13022)
|
||||
var s='@font-face {\nfont-family:"'
|
||||
+ fd.family.replace(/\u0022/g, '') + '";\nfont-style:normal;\nfont-weight:normal;\n';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue