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