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