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