mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-10 10:55:33 +00:00
Segoe UI added as fallback font
This commit is contained in:
parent
494b0aeaba
commit
d0c97dc0bc
1 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@
|
|||
<title><xsl:value-of select="$locale/String[@Id='S_BaseKeyboard_Title']"/></title>
|
||||
<link rel="stylesheet" type="text/css"><xsl:attribute name="href"><xsl:value-of select="/Keyman/templatepath"/>config.css</xsl:attribute></link>
|
||||
<style type="text/css">
|
||||
* { font-family: <xsl:value-of select="($locale/String[@Id='SK_UIFontName'])[1]" />, "Segoe UI"; }
|
||||
* { font-family: <xsl:value-of select="($locale/String[@Id='SK_UIFontName'])[1]" />, "Segoe UI";}
|
||||
|
||||
html {
|
||||
font-size: 11px;
|
||||
|
|
@ -139,4 +139,4 @@ div {
|
|||
</body>
|
||||
</html>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
||||
</xsl:stylesheet>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue