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