. Fonts Free Downloads

Download Formats
Version : 1.010
Style : Book
Size : 83.65 Kbps
Update : Mon, 28 Aug 2023 17:10:06 +0800
Author : Shavit Yaacov
TAG's :
Use on the webTotal Use [ 6860 ] times
1Add to the head section of web page.
<link href="https://db.onlinewebfonts.com/c/7802d6c141a44419e8f0ec64a728c092?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/7802d6c141a44419e8f0ec64a728c092?family=F.);
orUse font-face declaration Fonts.(http | https)
@font-face {
    font-family: "F.";
    src: url("https://db.onlinewebfonts.com/t/7802d6c141a44419e8f0ec64a728c092.eot");
    src: url("https://db.onlinewebfonts.com/t/7802d6c141a44419e8f0ec64a728c092.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/7802d6c141a44419e8f0ec64a728c092.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/7802d6c141a44419e8f0ec64a728c092.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/7802d6c141a44419e8f0ec64a728c092.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/7802d6c141a44419e8f0ec64a728c092.svg#F.")format("svg");
}
2CSS rules to specify fonts
font-family: "F.";
demo
90px
Sample Text:
ABCDEFGHIJKLMNOPQRSTUVWXYZ 1234567890 abcdefghijklmnopqrstuvwxyz /*-+~!@#$%^&*()-=_+{}[]:;"'|\<>.?
Trademark:

Explanation:

License:

Copyright:
Copyright 2018-2019 by Shavit Yaacov. All rights reserved.
t
e
x
t
glyphs
  • !
  • #
  • $
  • %
  • (
  • )
  • *
  • +
  • ,
  • -
  • .
  • /
  • 0
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • :
  • ;
  • <
  • =
  • >
  • ?
  • @
  • [
  • \
  • ]
  • ^
  • _
  • {
  • |
  • }
  • ~
  • ©
  • °
  • ×
  • ÷
  • ְ
  • ִ
  • ֵ
  • ֶ
  • ַ
  • ָ
  • ֹ
  • ֻ
  • ּ
  • ־
  • ֿ
  • ׇ
  • א
  • ב
  • ג
  • ד
New add fonts