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