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