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