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