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