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