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