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