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