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