Layout tweaks

This commit is contained in:
Ryan L McIntyre 2017-04-22 20:43:50 -04:00
parent f7fd63b5e8
commit b5a58850d6
3 changed files with 13 additions and 10 deletions

View file

@ -68,9 +68,9 @@ Website References
Link References
-->
[w-top]:https://github.com/ryanoasis/nerd-fonts/wiki/screenshots/v1.0.x/windows-pass-sm.png "↓ Windows Compatibility Status ↓"
[l-top]:https://github.com/ryanoasis/nerd-fonts/wiki/screenshots/v1.0.x/linux-pass-sm.png "↓ Linux Compatibility Status ↓"
[m-top]:https://github.com/ryanoasis/nerd-fonts/wiki/screenshots/v1.0.x/mac-pass-sm.png "↓ macOS (OSX) Compatibility Status ↓"
[w-top]:https://github.com/ryanoasis/nerd-fonts/wiki/screenshots/v1.0.x/windows-pass-sm.png "Windows Compatibile"
[l-top]:https://github.com/ryanoasis/nerd-fonts/wiki/screenshots/v1.0.x/linux-pass-sm.png "Linux Compatibile"
[m-top]:https://github.com/ryanoasis/nerd-fonts/wiki/screenshots/v1.0.x/mac-pass-sm.png "macOS (OSX) Compatibile"
[badge-version]:http://badge.fury.io/gh/ryanoasis%2Fnerd-fonts
[badge-gitter]:https://gitter.im/ryanoasis/nerd-fonts?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge

View file

@ -5,9 +5,9 @@ color: white
fa-icon: download
---
#### Downloads
# Downloads
<div class="half column" markdown="1">
- [3270.zip](https://github.com/ryanoasis/nerd-fonts/releases/download/v1.0.0/3270.zip)
- [AnonymousPro.zip](https://github.com/ryanoasis/nerd-fonts/releases/download/v1.0.0/AnonymousPro.zip)
- [AurulentSansMono.zip](https://github.com/ryanoasis/nerd-fonts/releases/download/v1.0.0/AurulentSansMono.zip)
@ -24,6 +24,8 @@ fa-icon: download
- [HeavyData.zip](https://github.com/ryanoasis/nerd-fonts/releases/download/v1.0.0/HeavyData.zip)
- [Hermit.zip](https://github.com/ryanoasis/nerd-fonts/releases/download/v1.0.0/Hermit.zip)
- [Inconsolata.zip](https://github.com/ryanoasis/nerd-fonts/releases/download/v1.0.0/Inconsolata.zip)
</div>
<div class="half column" markdown="1">
- [Iosevka.zip](https://github.com/ryanoasis/nerd-fonts/releases/download/v1.0.0/Iosevka.zip)
- [Lekton.zip](https://github.com/ryanoasis/nerd-fonts/releases/download/v1.0.0/Lekton.zip)
- [LiberationMono.zip](https://github.com/ryanoasis/nerd-fonts/releases/download/v1.0.0/LiberationMono.zip)
@ -40,3 +42,4 @@ fa-icon: download
- [SpaceMono.zip](https://github.com/ryanoasis/nerd-fonts/releases/download/v1.0.0/SpaceMono.zip)
- [Terminus.zip](https://github.com/ryanoasis/nerd-fonts/releases/download/v1.0.0/Terminus.zip)
- [UbuntuMono.zip](https://github.com/ryanoasis/nerd-fonts/releases/download/v1.0.0/UbuntuMono.zip)
</div>

View file

@ -1,13 +1,13 @@
---
title: "Latest Release"
title: "Changelog"
bg: '#ff8b25'
color: white
fa-icon: bullhorn
---
## v1.0.0 Release Changelog
# v1.0.0 Release Changelog
### New Features
## New Features
- Added 6 new fonts:
- Code New Roman (enhancement #85)
- Gohu (enhancement #90)
@ -27,7 +27,7 @@ fa-icon: bullhorn
- Added progress bars options: `--progressbars` & `--no-progressbars` to patcher script
- Added `--postprocess` flag to allow additional scripts to run after patching (related to #70)
### Updates / Improvements
## Updates / Improvements
- Improved repository size greatly (partially fixes #73)
- Provides only `complete` version of patched fonts by default (others are still possible via patcher script)
- Removed `minimal` version of patched fonts (not particularly useful)
@ -46,7 +46,7 @@ fa-icon: bullhorn
- Updated readability and format of changelog (even past versions)
- Removed redundant flag `--limit-font-name-length`
### Fixes
## Fixes
- Added missing glyphs in range `2630` through `2637` (trigrams) to DejaVu Sans Mono (fixes #100)
- Fixed various missing glyphs such as `heart`, `zap`, `desktop` (fixes #87)
- Fixed several long standing issues (fix & enhancement PR #107) (@sharkusk)