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