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