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