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