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