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