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