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