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