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