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