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