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