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