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