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