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