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