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