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