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