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