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