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