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