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