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