Use on the webTotal Use [ 5569 ] times
1Add to the head section of web page.
<link href="https://db.onlinewebfonts.com/c/e019f042bc1168cb6b139a893532b92b?family=Ursaminor" rel="stylesheet">
orUsing @import CSS directive, put the following line in add to your css file.(http | https)
@import url(https://db.onlinewebfonts.com/c/e019f042bc1168cb6b139a893532b92b?family=Ursaminor);
orUse font-face declaration Fonts.(http | https)
@font-face {
font-family: "Ursaminor";
src: url("https://db.onlinewebfonts.com/t/e019f042bc1168cb6b139a893532b92b.eot");
src: url("https://db.onlinewebfonts.com/t/e019f042bc1168cb6b139a893532b92b.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/e019f042bc1168cb6b139a893532b92b.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/e019f042bc1168cb6b139a893532b92b.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/e019f042bc1168cb6b139a893532b92b.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/e019f042bc1168cb6b139a893532b92b.svg#Ursaminor")format("svg");
}
2CSS rules to specify fonts
font-family: "Ursaminor";