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