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