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