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