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