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