Use on the webTotal Use [ 4369 ] times
1Add to the head section of web page.
<link href="https://db.onlinewebfonts.com/c/6b1d91c398cb68a8480c3963c50728ee?family=M20_SP-RANKER" 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/6b1d91c398cb68a8480c3963c50728ee?family=M20_SP-RANKER);
orUse font-face declaration Fonts.(http | https)
@font-face {
font-family: "M20_SP-RANKER";
src: url("https://db.onlinewebfonts.com/t/6b1d91c398cb68a8480c3963c50728ee.eot");
src: url("https://db.onlinewebfonts.com/t/6b1d91c398cb68a8480c3963c50728ee.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/6b1d91c398cb68a8480c3963c50728ee.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/6b1d91c398cb68a8480c3963c50728ee.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/6b1d91c398cb68a8480c3963c50728ee.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/6b1d91c398cb68a8480c3963c50728ee.svg#M20_SP-RANKER")format("svg");
}
2CSS rules to specify fonts
font-family: "M20_SP-RANKER";