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