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