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