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