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