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