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