Use on the webTotal Use [ 4742 ] times
1Add to the head section of web page.
<link href="https://db.onlinewebfonts.com/c/aa4079f683216533349d9b9534e7ad78?family=FjE%27%5EE%27CE%27a%7E16G" 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/aa4079f683216533349d9b9534e7ad78?family=FjE%27%5EE%27CE%27a%7E16G);
orUse font-face declaration Fonts.(http | https)
@font-face {
font-family: "FjE'^E'CE'a~16G";
src: url("https://db.onlinewebfonts.com/t/aa4079f683216533349d9b9534e7ad78.eot");
src: url("https://db.onlinewebfonts.com/t/aa4079f683216533349d9b9534e7ad78.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/aa4079f683216533349d9b9534e7ad78.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/aa4079f683216533349d9b9534e7ad78.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/aa4079f683216533349d9b9534e7ad78.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/aa4079f683216533349d9b9534e7ad78.svg#FjE'^E'CE'a~16G")format("svg");
}
2CSS rules to specify fonts
font-family: "FjE'^E'CE'a~16G";