. Fonts Free Downloads

Download Formats
Version : 1.603
Style :
Size : 123.87 Kbps
Update : Mon, 18 Dec 2023 11:44:10 +0800
Author : Marcus Sterz
TAG's :
Use on the webTotal Use [ 3757 ] times
1Add to the head section of web page.
<link href="https://db.onlinewebfonts.com/c/1656237cdefdcc02cb7d31bbf3468ee7?family=F." 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/1656237cdefdcc02cb7d31bbf3468ee7?family=F.);
orUse font-face declaration Fonts.(http | https)
@font-face {
    font-family: "F.";
    src: url("https://db.onlinewebfonts.com/t/1656237cdefdcc02cb7d31bbf3468ee7.eot");
    src: url("https://db.onlinewebfonts.com/t/1656237cdefdcc02cb7d31bbf3468ee7.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/1656237cdefdcc02cb7d31bbf3468ee7.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/1656237cdefdcc02cb7d31bbf3468ee7.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/1656237cdefdcc02cb7d31bbf3468ee7.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/1656237cdefdcc02cb7d31bbf3468ee7.svg#F.")format("svg");
}
2CSS rules to specify fonts
font-family: "F.";
demo
90px
Sample Text:
ABCDEFGHIJKLMNOPQRSTUVWXYZ 1234567890 abcdefghijklmnopqrstuvwxyz /*-+~!@#$%^&*()-=_+{}[]:;"'|\<>.?
Trademark:
Mono Lisa is a trademark of FaceType.
Explanation:
font follows function
License:

Copyright:
Copyright 2020 by Marcus Sterz. All rights reserved.
t
e
x
t
New add fonts