Use on the webTotal Use [ 3810 ] times
1Add to the head section of web page.
<link href="https://db.onlinewebfonts.com/c/f8ede77099edf61f9f1c90292dd424af?family=TT-JTCE%27EE%27CE%27i%60ZM9" 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/f8ede77099edf61f9f1c90292dd424af?family=TT-JTCE%27EE%27CE%27i%60ZM9);
orUse font-face declaration Fonts.(http | https)
@font-face {
font-family: "TT-JTCE'EE'CE'i`ZM9";
src: url("https://db.onlinewebfonts.com/t/f8ede77099edf61f9f1c90292dd424af.eot");
src: url("https://db.onlinewebfonts.com/t/f8ede77099edf61f9f1c90292dd424af.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/f8ede77099edf61f9f1c90292dd424af.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/f8ede77099edf61f9f1c90292dd424af.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/f8ede77099edf61f9f1c90292dd424af.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/f8ede77099edf61f9f1c90292dd424af.svg#TT-JTCE'EE'CE'i`ZM9")format("svg");
}
2CSS rules to specify fonts
font-family: "TT-JTCE'EE'CE'i`ZM9";