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