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