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