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