mirror of
https://github.com/belluzj/fantasque-sans.git
synced 2024-12-22 07:21:31 +01:00
Bump version
This commit is contained in:
parent
9be00993ba
commit
45cdc309de
|
@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## [1.7.2] - 2018-01-07
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Font variant with a larger line height, especially for users of accented
|
- Font variant with a larger line height, especially for users of accented
|
||||||
capitals. [#23]
|
capitals. [#23]
|
||||||
|
@ -27,8 +29,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
|
||||||
[#69]: https://github.com/belluzj/fantasque-sans/issues/69
|
[#69]: https://github.com/belluzj/fantasque-sans/issues/69
|
||||||
[#78]: https://github.com/belluzj/fantasque-sans/issues/78
|
[#78]: https://github.com/belluzj/fantasque-sans/issues/78
|
||||||
[#82]: https://github.com/belluzj/fantasque-sans/issues/82
|
[#82]: https://github.com/belluzj/fantasque-sans/issues/82
|
||||||
|
[1.7.2]: https://github.com/belluzj/fantasque-sans/releases/tag/v1.7.2
|
||||||
|
|
||||||
## 1.7.1
|
## 1.7.1
|
||||||
|
|
||||||
- **Add a stylistic set to replace the looped lowercase `k` with
|
- **Add a stylistic set to replace the looped lowercase `k` with
|
||||||
a straight version.**
|
a straight version.**
|
||||||
- Adjust curly quotes so they behave better as apostrophes.
|
- Adjust curly quotes so they behave better as apostrophes.
|
||||||
|
|
|
@ -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.1
|
Version: 1.7.2
|
||||||
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.1
|
Version: 1.7.2
|
||||||
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.1
|
Version: 1.7.2
|
||||||
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.1
|
Version: 1.7.2
|
||||||
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.1'
|
version='1.7.2'
|
||||||
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