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