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