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