Segoe UI added as fallback font

This commit is contained in:
ಮಯೂರ ವರ್ಮ 2019-08-29 11:41:14 -05:00 committed by Marc Durdin
parent 494b0aeaba
commit d0c97dc0bc

View file

@ -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>