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