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