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