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