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