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