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