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