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