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