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