mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2026-09-10 07:36:35 -04:00
Updates version info for 0.7.0
This commit is contained in:
parent
c5c8d3138d
commit
39ffddd631
|
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env python2
|
||||
# coding=utf8
|
||||
# version: 0.6.0
|
||||
# version: 0.7.0
|
||||
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
projectName = "Nerd Fonts"
|
||||
projectNameAbbreviation = "NF"
|
||||
projectNameSingular = projectName[:-1]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
# version: 0.6.0
|
||||
# version: 0.7.0
|
||||
|
||||
# Check for Fontforge
|
||||
type fontforge >/dev/null 2>&1 || {
|
||||
|
|
|
|||
18
readme.md
18
readme.md
|
|
@ -50,29 +50,29 @@ End notice section
|
|||
### Seti-UI + Custom
|
||||
> Based off of [Seti-UI] Icomoon with additional custom glyphs added from various sources.
|
||||
|
||||

|
||||

|
||||
|
||||
### [Devicons][vorillaz-devicons]
|
||||
> An iconic font made for developers, code jedis, ninjas, HTTPsters, evangelists and nerds(sic). / ([repo][vorillaz-devicons]) / ([website](http://vorillaz.github.io/devicons))
|
||||
|
||||

|
||||

|
||||
|
||||
### [Font Awesome][font-awesome]
|
||||
> The iconic font and CSS toolkit. / ([repo][font-awesome]) / ([website](https://fortawesome.github.io/Font-Awesome))
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
### [Octicons][octicons]
|
||||
> GitHub's icons. / ([repo][octicons]) / ([website](https://octicons.github.com))
|
||||
|
||||

|
||||

|
||||
|
||||
### [Pomicons][gabrielelana-pomicons]
|
||||
> 8 symbols for the ["Pomodoro Technique"®](http://pomodorotechnique.com). / ([repo][gabrielelana-pomicons])
|
||||
|
||||

|
||||

|
||||
|
||||
### [Powerline Extra Symbols][ryanoasis-powerline-extra-symbols]
|
||||
> Provides additional Powerline separator glyphs and a column number glyph (CN). / ([repo][ryanoasis-powerline-extra-symbols])
|
||||
|
|
@ -143,7 +143,7 @@ See: [Font Patcher](#font-patcher) for usage
|
|||
|
||||
## Glyphs Combined
|
||||
|
||||

|
||||

|
||||
|
||||
Diagram created using [@SankeyMATIC](http://sankeymatic.com/)
|
||||
|
||||
|
|
@ -268,7 +268,7 @@ optional arguments:
|
|||
| Please make sure to reference via the **release** branch and _not_ the ~~**master**~~ branch because paths are subject to being improved/changed per release |
|
||||
| For example (paths shorted for demonstation purposes): |
|
||||
| Instead of: ~~https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/DroidSansMono/< font_path >.otf~~ |
|
||||
| Please use: https://github.com/ryanoasis/nerd-fonts/blob/0.6.0/patched-fonts/DroidSansMono/< font_path >.otf |
|
||||
| Please use: https://github.com/ryanoasis/nerd-fonts/blob/0.7.0/patched-fonts/DroidSansMono/< font_path >.otf |
|
||||
|
||||
|
||||
## Other Good Fonts to Patch
|
||||
|
|
|
|||
Loading…
Reference in a new issue