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