Skip to content

Commit

Permalink
v3.002 (variable & static TTF)
Browse files Browse the repository at this point in the history
  • Loading branch information
twardoch committed Oct 14, 2019
1 parent bc1c0e4 commit 353ba57
Show file tree
Hide file tree
Showing 104 changed files with 15,778,313 additions and 5,081 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
_tests/

# Mac OS X internals
*.DS_Store
.AppleDouble
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2010-2018, Łukasz Dziedzic (dziedzic@typoland.com),
Copyright (c) 2010-2019, Łukasz Dziedzic (dziedzic@typoland.com),
with Reserved Font Name Lato.

This Font Software is licensed under the SIL Open Font License, Version 1.1.
Expand Down
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@
# Sources for the Lato font family

- Version 3.001-dev; Latin+Cyrillic+Greek+IPA opensource
- Version 3.002-dev; Latin+Cyrillic+Greek+IPA opensource
- Created by: tyPoland Lukasz Dziedzic
- Designed by: Łukasz Dziedzic with Adam Twardoch and Botio Nikoltchev
- Creation year: 2018
- Copyright (c) 2010-2018 by tyPoland Lukasz Dziedzic with Reserved Font Name “Lato”. Licensed under the Licensed under the [SIL Open Font License, Version 1.1](./LICENSE.txt).
- Creation year: 2019
- Copyright (c) 2010-2019 by tyPoland Lukasz Dziedzic with Reserved Font Name “Lato”. Licensed under the Licensed under the [SIL Open Font License, Version 1.1](./LICENSE.txt).
- Lato is a trademark of tyPoland Lukasz Dziedzic.
- Website URL: http://www.latofonts.com/

Lato is a sanserif typeface family designed in the Summer 2010 and extended in the Summer 2013 by Warsaw-based designer Lukasz Dziedzic ("Lato" means "Summer" in Polish). It tries to carefully balance some potentially conflicting priorities: it should seem quite "transparent" when used in body text but would display some original traits when used in larger sizes. The classical proportions, particularly visible in the uppercase, give the letterforms familiar harmony and elegance. At the same time, its sleek sanserif look makes evident the fact that Lato was designed in the 2010s, even though it does not follow any current trend. The semi-rounded details of the letters give Lato a feeling of warmth, while the strong structure provides stability and seriousness. In 2013-2014, the family was greatly extended (with the help of Adam Twardoch and Botio Nikoltchev) to cover 3000+ glyphs over nine weights with italics. It now supports 100+ Latin-based languages, 50+ Cyrillic-based languages as well as Greek and IPA phonetics. The Lato fonts are available free of charge under the SIL Open Font License from http://www.latofonts.com/
Lato is a sanserif typeface family designed in the Summer 2010 and extended in the Summer 2013 by Warsaw-based designer Lukasz Dziedzic ("Lato" means "Summer" in Polish). It tries to carefully balance some potentially conflicting priorities: it should seem quite "transparent" when used in body text but would display some original traits when used in larger sizes. The classical proportions, particularly visible in the uppercase, give the letterforms familiar harmony and elegance. At the same time, its sleek sanserif look makes evident the fact that Lato was designed in the 2010s, even though it does not follow any current trend. The semi-rounded details of the letters give Lato a feeling of warmth, while the strong structure provides stability and seriousness. In 2013-2014, the family was greatly extended (with the help of Adam Twardoch and Botio Nikoltchev) to cover 3000+ glyphs over nine weights with italics. It now supports 100+ Latin-based languages, 50+ Cyrillic-based languages as well as Greek and IPA phonetics. The Lato fonts are available free of charge under the SIL Open Font License from https://www.latofonts.com/

## Changelog

### Version 3.002-dev (2019-10-14)

- Added the sources in FontLab VI VFC & VFJ format (`20-VFC-2M-designsource` folder has 2 masters, `30-VFC-3M-production` has 3 masters, needed for VF export)
- Renamed glyphs for more consistent experience
- Updated OpenType feature definitions
- Moved ligatures that involve `i` and `j` to `dlig` feature (by popular demand)
- Added accented “legible” `.ss05` forms

### Version 3.001-dev (2018-09-28)

- **Note: This is work in progress**
Expand All @@ -34,7 +42,7 @@ Lato is a sanserif typeface family designed in the Summer 2010 and extended in t

### Version 2.010 (2014-09-01)

- Improved some contour bugs and diacritics positioning.
- Improved some contour bugs and diacritics positioning.
- Improved outline quality.
- Revised OTL features so that they work in browsers (ot-sanitise).
- Autohinted using ttfautohint 1.1.
Expand Down
Binary file added fonts/static/TTF/Lato-Black.ttf
Binary file not shown.
Binary file added fonts/static/TTF/Lato-BlackItalic.ttf
Binary file not shown.
Binary file added fonts/static/TTF/Lato-Bold.ttf
Binary file not shown.
Binary file added fonts/static/TTF/Lato-BoldItalic.ttf
Binary file not shown.
Binary file added fonts/static/TTF/Lato-Hairline.ttf
Binary file not shown.
Binary file added fonts/static/TTF/Lato-HairlineItalic.ttf
Binary file not shown.
Binary file added fonts/static/TTF/Lato-Heavy.ttf
Binary file not shown.
Binary file added fonts/static/TTF/Lato-HeavyItalic.ttf
Binary file not shown.
Binary file added fonts/static/TTF/Lato-Italic.ttf
Binary file not shown.
Binary file added fonts/static/TTF/Lato-Light.ttf
Binary file not shown.
Binary file added fonts/static/TTF/Lato-LightItalic.ttf
Binary file not shown.
Binary file added fonts/static/TTF/Lato-Medium.ttf
Binary file not shown.
Binary file added fonts/static/TTF/Lato-MediumItalic.ttf
Binary file not shown.
Binary file added fonts/static/TTF/Lato-Regular.ttf
Binary file not shown.
Binary file added fonts/static/TTF/Lato-Semibold.ttf
Binary file not shown.
Binary file added fonts/static/TTF/Lato-SemiboldItalic.ttf
Binary file not shown.
Binary file added fonts/static/TTF/Lato-Thin.ttf
Binary file not shown.
Binary file added fonts/static/TTF/Lato-ThinItalic.ttf
Binary file not shown.
94 changes: 94 additions & 0 deletions fonts/static/TTF/OFL.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
Copyright (c) 2010-2019, Łukasz Dziedzic (dziedzic@typoland.com),
with Reserved Font Name Lato.

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL


-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-----------------------------------------------------------

PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide
development of collaborative font projects, to support the font creation
efforts of academic and linguistic communities, and to provide a free and
open framework in which fonts may be shared and improved in partnership
with others.

The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded,
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
requirement for fonts to remain under this license does not apply
to any document created using the fonts or their derivatives.

DEFINITIONS
"Font Software" refers to the set of files released by the Copyright
Holder(s) under this license and clearly marked as such. This may
include source files, build scripts and documentation.

"Reserved Font Name" refers to any names specified as such after the
copyright statement(s).

"Original Version" refers to the collection of Font Software components as
distributed by the Copyright Holder(s).

"Modified Version" refers to any derivative made by adding to, deleting,
or substituting -- in part or in whole -- any of the components of the
Original Version, by changing formats or by porting the Font Software to a
new environment.

"Author" refers to any designer, engineer, programmer, technical
writer or other person who contributed to the Font Software.

PERMISSION & CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Font Software, to use, study, copy, merge, embed, modify,
redistribute, and sell modified and unmodified copies of the Font
Software, subject to the following conditions:

1) Neither the Font Software nor any of its individual components,
in Original or Modified Versions, may be sold by itself.

2) Original or Modified Versions of the Font Software may be bundled,
redistributed and/or sold with any software, provided that each copy
contains the above copyright notice and this license. These can be
included either as stand-alone text files, human-readable headers or
in the appropriate machine-readable metadata fields within text or
binary files as long as those fields can be easily viewed by the user.

3) No Modified Version of the Font Software may use the Reserved Font
Name(s) unless explicit written permission is granted by the corresponding
Copyright Holder. This restriction only applies to the primary font name as
presented to the users.

4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
Software shall not be used to promote, endorse or advertise any
Modified Version, except to acknowledge the contribution(s) of the
Copyright Holder(s) and the Author(s) or with their explicit written
permission.

5) The Font Software, modified or unmodified, in part or in whole,
must be distributed entirely under this license, and must not be
distributed under any other license. The requirement for fonts to
remain under this license does not apply to any document created
using the Font Software.

TERMINATION
This license becomes null and void if any of the above conditions are
not met.

DISCLAIMER
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
OTHER DEALINGS IN THE FONT SOFTWARE.
Binary file added fonts/variable/LatoVF-Italic.ttf
Binary file not shown.
Binary file added fonts/variable/LatoVF.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added sources/11-VFC-2M-newnames/Lato3Ita2M.vfc
Binary file not shown.
Loading

0 comments on commit 353ba57

Please sign in to comment.