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