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