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