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