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