Commit graph

750 commits

Author SHA1 Message Date
reujab
690056bfcc use emoji shorthands 2017-07-25 20:02:06 -04:00
reujab
3131d79eb0 changed markdown to html to make bold text flush with the code 2017-07-25 15:48:50 -04:00
reujab
5e330c4fe2 removed file accidentally committed in 10a5302 2017-07-25 12:39:48 -04:00
reujab
a8745a3604 removed unnecessary blockquote around code 2017-07-25 12:27:52 -04:00
reujab
a1787b1237 documented nerd-fonts-complete-mono-glyphs 2017-07-25 12:10:50 -04:00
Ryan L McIntyre
975cf78fc3 Merge pull request #185 from reujab/relative-open
Open files relative to the script's directory
2017-07-24 16:54:37 -04:00
Ryan L McIntyre
b304a6b319 Merge pull request #183 from reujab/round-progress
Convert progress to an integer
2017-07-24 16:53:16 -04:00
Ryan L McIntyre
0f7cbf9d80 Merge pull request #181 from aidanharris/update-fira-code
Update FiraCode to v1.204
2017-07-24 16:51:58 -04:00
Ryan L McIntyre
0b59fade46 Merge pull request #178 from kballard/mono_font_name
Change the font family name for mono fonts
2017-07-24 16:47:27 -04:00
Ryan L McIntyre
b3329db297 Fixes for generating readmes (#136) 2017-07-23 21:26:35 -04:00
Ryan L McIntyre
2f55c7184b Adds and updates configuration files to support RFN identifiers (fixes #136) 2017-07-23 21:21:11 -04:00
Ryan L McIntyre
c76816598e Clean-up: config files in wrong folders 2017-07-23 21:21:11 -04:00
Ryan L McIntyre
5cd4e1d18e Adds addendum source file (fixes #136) 2017-07-23 21:21:11 -04:00
Ryan L McIntyre
4abe6c77b0 Updates Ubuntu Mono from version to and adds missing style/weight variants (fixes #134) 2017-07-23 21:21:11 -04:00
Ryan L McIntyre
fca5c6cc9a Merge pull request #184 from reujab/typo-fixes
Fixed typos
2017-07-23 15:42:42 -04:00
Ryan L McIntyre
432671a75e Improvements to font readme generation (fixes #136)
- fixes missing readme at root dir of each font
- adds addendum clarifying reserved font names
- adds readme even if source font folder has none
- fixes parent directory re-build
2017-07-23 11:32:46 -04:00
reujab
24c38f37ea open files relative to the script's directory 2017-07-17 05:15:35 -04:00
reujab
4885d2fe97 fixed a few typos 2017-07-17 04:30:42 -04:00
reujab
e5ebaa5e50 AndreLGava -> AndreLZGava 2017-07-17 04:29:06 -04:00
reujab
10a530226a math.floor -> int 2017-07-17 03:48:55 -04:00
reujab
0c91dcfb88 floor progress 2017-07-17 03:37:01 -04:00
Ryan L McIntyre
37ab6f17ca Updates TL;DR section 2017-07-16 17:01:13 -04:00
Ryan L McIntyre
79c67bb388 Updates Explanation options sections 2017-07-16 16:38:13 -04:00
Ryan L McIntyre
efb00075c8 Fixes incorrect codepoint references (part of #165) 2017-07-15 17:51:36 -04:00
Ryan L McIntyre
b5e8271914 Better 'mono' brief explanation
- explains the mono option better (part of #165)
2017-07-15 17:05:39 -04:00
Aidan Harris
6b09fa586b
Update FiraCode to [1.204](https://github.com/tonsky/FiraCode/releases/tag/1.204) 2017-07-14 04:46:53 +01:00
Ryan L McIntyre
c0e637f825 Merge pull request #179 from kballard/issue_template
Fix wiki link in ISSUE_TEMPLATE.md
2017-07-11 16:50:18 -04:00
Kevin Ballard
aef61376b3 Fix wiki link in ISSUE_TEMPLATE.md
Fixes #174.
2017-07-11 13:38:51 -07:00
Kevin Ballard
40baa33645 Change the font family name for mono fonts
Fixes #176.
2017-07-11 13:33:27 -07:00
Ryan L McIntyre
39db2fb0c2 Merge branch 'nomoon-master' 2017-06-18 15:12:26 -04:00
Tim Bellefleur
0b0c222b5b
Fix font-patcher python errors.
* Need to encapsulate flags and properties in str() or else fontforge
  refuses to recognize that they are strings.
2017-06-17 14:54:42 -07:00
Ryan L McIntyre
3da2175657 Merge pull request #167 from thyrlian/master
Remove trailing spaces in shell command
2017-06-03 07:14:46 -04:00
Jing Li
7c7bf33942 Remove trailing spaces in shell command 2017-06-03 11:08:14 +02:00
Ryan L McIntyre
349d5663ab Merge branch 'morrme-add-prefix' 2017-05-19 21:26:56 -04:00
Ryan L McIntyre
6796385627 Merge branch 'add-prefix' of https://github.com/morrme/nerd-fonts into morrme-add-prefix 2017-05-19 21:26:28 -04:00
morrme
0077f2c2f5 replace hard coded prefix with constant 2017-05-19 03:17:45 -05:00
morrme
2dbc0307be replace prefix with constant 2017-05-19 03:14:53 -05:00
morrme
61c9c6f9bd add combined prefix to fpfix.py
see #119
2017-05-19 03:11:58 -05:00
Ryan L McIntyre
abf0018def Merge pull request #152 from agriffis/py3-font-patcher
Make font-patcher Python 3 compatible.
2017-05-18 21:59:46 -04:00
Ryan L McIntyre
335b99c7f2 Removes Python 3 specific version of script and 2to3 builder
* python 3 separate version should no longer be needed with PR #152
* removes converter helper bash script
* updates readme with version info
2017-05-18 21:55:35 -04:00
Aron Griffis
bbc922e973 Make font-patcher Python 3 compatible.
Fedora's fontforge modules only work on Python 3. The small changes in
this patch make font-patcher work on Python 3 so I can run the script on
Fedora (26 at least, I don't know about older versions)
2017-05-18 21:55:35 -04:00
Ryan L McIntyre
f6f10b1ef7 Updates link to FAQ 2017-05-14 17:40:36 -04:00
Ryan L McIntyre
1d319dac7d Updates FAQ link again 2017-05-14 17:39:54 -04:00
morrme
ce5dfb1ae6 add [Nerd Fonts] prefix to output 2017-05-13 17:15:57 -05:00
morrme
7b41e7b298 add [Nerd Fonts] prefix to output 2017-05-13 17:02:53 -05:00
Ryan L McIntyre
a6a238f101 Adds '<3 PRs welcome' badge 2017-05-02 21:51:08 -04:00
Ryan L McIntyre
310a90fe9f Adds 'Code of Conduct' badge 2017-05-02 21:23:02 -04:00
Ryan L McIntyre
31d047a20b Adds Code Climate badge 2017-05-02 20:58:49 -04:00
Ryan L McIntyre
36677d252d Updates CSS build script to use header file to build
* also other minor tweaks and clean-up
2017-05-01 19:45:47 -04:00
Ryan L McIntyre
8e6f3338d4 Creates release scripts (WIP) (fixes #137) 2017-05-01 19:43:28 -04:00