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