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