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