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