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