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