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