mirror of
https://github.com/belluzj/fantasque-sans.git
synced 2025-01-02 20:36:05 +01:00
Bump version
This commit is contained in:
parent
eab24e0f4e
commit
f26bc2f418
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## [1.8.0] - 2019-11-16
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Add coding ligatures to all weights [#64]
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
- Stop producing EOTs
|
||||||
|
|
||||||
|
[#64]: https://github.com/belluzj/fantasque-sans/issues/64
|
||||||
|
[1.8.0]: https://github.com/belluzj/fantasque-sans/releases/tag/v1.8.0
|
||||||
|
|
||||||
## [1.7.2] - 2018-01-07
|
## [1.7.2] - 2018-01-07
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -48,7 +48,7 @@ Stylistic set(s)
|
||||||
### `ss01`: nondescript `k`
|
### `ss01`: nondescript `k`
|
||||||
|
|
||||||
No ~~distractive~~ lovely loop.
|
No ~~distractive~~ lovely loop.
|
||||||
[Get the pre-activated version here](https://github.com/belluzj/fantasque-sans/releases/download/v1.7.2-alpha.3/FantasqueSansMono-NoLoopK.zip)
|
[Get the pre-activated version here](https://github.com/belluzj/fantasque-sans/releases/download/1.8.0/FantasqueSansMono-NoLoopK.zip)
|
||||||
or see the [issue #67](https://github.com/belluzj/fantasque-sans/issues/67)
|
or see the [issue #67](https://github.com/belluzj/fantasque-sans/issues/67)
|
||||||
for techniques to activate the stylistic set.
|
for techniques to activate the stylistic set.
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ FamilyName: Fantasque Sans Mono
|
||||||
Weight: Bold
|
Weight: Bold
|
||||||
Copyright: Created by Jany Belluz with FontForge 2.0 (http://fontforge.sf.net)
|
Copyright: Created by Jany Belluz with FontForge 2.0 (http://fontforge.sf.net)
|
||||||
UComments: "2013-9-13: Created."
|
UComments: "2013-9-13: Created."
|
||||||
Version: 1.7.2
|
Version: 1.8.0
|
||||||
ItalicAngle: 0
|
ItalicAngle: 0
|
||||||
UnderlinePosition: -77
|
UnderlinePosition: -77
|
||||||
UnderlineWidth: 213
|
UnderlineWidth: 213
|
||||||
|
|
|
@ -5,7 +5,7 @@ FamilyName: Fantasque Sans Mono
|
||||||
Weight: Bold
|
Weight: Bold
|
||||||
Copyright: Created by Jany Belluz with FontForge 2.0 (http://fontforge.sf.net)
|
Copyright: Created by Jany Belluz with FontForge 2.0 (http://fontforge.sf.net)
|
||||||
UComments: "2013-9-13: Created."
|
UComments: "2013-9-13: Created."
|
||||||
Version: 1.7.2
|
Version: 1.8.0
|
||||||
ItalicAngle: -11
|
ItalicAngle: -11
|
||||||
UnderlinePosition: -192
|
UnderlinePosition: -192
|
||||||
UnderlineWidth: 96
|
UnderlineWidth: 96
|
||||||
|
|
|
@ -5,7 +5,7 @@ FamilyName: Fantasque Sans Mono
|
||||||
Weight: Book
|
Weight: Book
|
||||||
Copyright: Created by Jany Belluz with FontForge 2.0 (http://fontforge.sf.net)
|
Copyright: Created by Jany Belluz with FontForge 2.0 (http://fontforge.sf.net)
|
||||||
UComments: "2013-9-13: Created."
|
UComments: "2013-9-13: Created."
|
||||||
Version: 1.7.2
|
Version: 1.8.0
|
||||||
ItalicAngle: -11
|
ItalicAngle: -11
|
||||||
UnderlinePosition: -192
|
UnderlinePosition: -192
|
||||||
UnderlineWidth: 96
|
UnderlineWidth: 96
|
||||||
|
|
|
@ -5,7 +5,7 @@ FamilyName: Fantasque Sans Mono
|
||||||
Weight: Regular
|
Weight: Regular
|
||||||
Copyright: Created by Jany Belluz with FontForge 2.0 (http://fontforge.sf.net)
|
Copyright: Created by Jany Belluz with FontForge 2.0 (http://fontforge.sf.net)
|
||||||
UComments: "2013-9-13: Created."
|
UComments: "2013-9-13: Created."
|
||||||
Version: 1.7.2
|
Version: 1.8.0
|
||||||
ItalicAngle: 0
|
ItalicAngle: 0
|
||||||
UnderlinePosition: -77
|
UnderlinePosition: -77
|
||||||
UnderlineWidth: 156
|
UnderlineWidth: 156
|
||||||
|
|
2
pkg.sh
2
pkg.sh
|
@ -9,7 +9,7 @@ esac
|
||||||
pkg=${PKG:-${pkg}}
|
pkg=${PKG:-${pkg}}
|
||||||
|
|
||||||
name='fantasque-sans'
|
name='fantasque-sans'
|
||||||
version='1.7.2'
|
version='1.8.0'
|
||||||
desc='A font family with a great monospaced variant for programmers.'
|
desc='A font family with a great monospaced variant for programmers.'
|
||||||
url=http://openfontlibrary.org/en/font/fantasque-sans
|
url=http://openfontlibrary.org/en/font/fantasque-sans
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user