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