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