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