Difference between revisions of "Template:Mongol/fonts.css"

From Mongolian script
Line 7: Line 7:
 
     font-weight: normal;
 
     font-weight: normal;
 
     font-style: normal;  
 
     font-style: normal;  
}
 
 
.font-mong {
 
font-family: 'TemplateStylesMongolianScript';
 
 
}
 
}

Revision as of 08:52, 24 February 2019

@font-face {
    font-family: 'TemplateStylesMongolianScript';
    src: url('https://wiki.mngl.net/resources/assets/fonts/MongolianScript.woff2') format('woff2'),
        url('https://wiki.mngl.net/resources/assets/fonts/MongolianScript.woff') format('woff'),
        url('https://wiki.mngl.net/resources/assets/fonts/MongolianScript.ttf') format('ttf'),
        url('https://wiki.mngl.net/resources/assets/fonts/MongolianScript.eot') format('eot');
    font-weight: normal;
    font-style: normal; 
}