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