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