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