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