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