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