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