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