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