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