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