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