Commit Graph

1361 Commits (master)
 

Author SHA1 Message Date
Chris Simpkins a737c121ca
Merge pull request #535 from xuzhao9/fix-fontconfig
Fix incorrect fontconfig.
2020-11-21 16:59:42 +07:00
xz9 2d325c4aeb Fix incorrect fontconfig. 2020-11-19 10:23:37 +07:00
Chris Simpkins 1eddf94312
Merge pull request #470 from jbhannah/patch-2
Add font-display property
2020-06-22 10:12:00 +07:00
Chris Simpkins d841afa30f
Merge pull request #468 from jbhannah/patch-1
Fix path to hack-italic-subset.woff
2020-06-22 10:10:53 +07:00
Chris Simpkins 3f42011c27
Merge pull request #504 from realkelvinperez/readme-update
Fixed Homebrew Cask install for OSX
2020-06-22 10:09:15 +07:00
Chris Simpkins c6454f614b
Merge pull request #516 from leriomaggio/master
Link to DejaVu Fonts fixed in README
2020-06-22 10:07:20 +07:00
leriomaggio 0b6594c780 Link to DejaVu Fonts fixed 2020-06-05 07:27:48 +07:00
Kelvin Perez d7ef10702d Fixed Homebrew Cask install for OSX 2020-02-05 06:26:02 +07:00
Jesse B. Hannah b76511bd5c
Add font-display property
Allows for faster rendering while waiting for fonts to download.
2019-01-29 22:15:33 +07:00
Jesse B. Hannah d8458b5c47
Fix path to hack-italic-subset.woff
Fixes #467.
2019-01-29 13:16:50 +07:00
Chris Simpkins 3e7343e1a2 updated contributor documentation 2018-03-05 21:39:11 +07:00
Chris Simpkins 9533515834 3.3.0 2018-03-05 21:28:59 +07:00
Chris Simpkins b47d21f808 [README.md] updated download links for v3.003 release 2018-03-05 21:13:13 +07:00
Chris Simpkins 600083d1d0 Merge branch 'dev' 2018-03-05 21:05:43 +07:00
Chris Simpkins 32369bb7ea [archiver.sh] updated to v3.003 2018-03-05 21:01:26 +07:00
Chris Simpkins 32afc7c23d add Hack Version 3.003;[3114f1256]-release builds 2018-03-05 20:57:33 +07:00
Chris Simpkins 3114f12568 [README.md] gitter channel text updates 2018-03-05 20:12:28 +07:00
Chris Simpkins e02427d946 modified specimen psd 2018-03-04 22:27:57 +07:00
Chris Simpkins 36106a07f5 [README/md] added updated specimen image 2018-03-04 22:11:47 +07:00
Chris Simpkins b11259b548 removed unnecessary images 2018-03-04 22:10:38 +07:00
Chris Simpkins 408ba49cab [README.md] modified downloads badge link 2018-03-03 21:19:51 +07:00
Chris Simpkins d1e1319fb8 [README.md] updated text with information about gitter channel resource 2018-03-03 15:04:53 +07:00
Chris Simpkins 5704e178de [CHANGELOG.md] updated changelog 2018-03-03 14:41:28 +07:00
Chris Simpkins 3d7448bf2a [CHANGELOG.md] updated changelog 2018-03-03 14:32:09 +07:00
Chris Simpkins 937ef1ae24 [README.md] modified readme text 2018-03-03 14:29:55 +07:00
Chris Simpkins 71a3484442 Version 3.003;[feb32dd13]-dev CSS builds 2018-03-01 21:03:11 +07:00
Chris Simpkins e03afdd66d Version 3.003;[feb32dd13]-dev build files 2018-03-01 21:02:58 +07:00
Chris Simpkins feb32dd13e updated contributors 2018-03-01 07:35:45 +07:00
Chris Simpkins cc67776aa5 updated changelog 2018-03-01 07:31:11 +07:00
Chris Simpkins 6f1a8fb5a4
Merge pull request #410 from ariasuni/add-fontconfig-configuration
add fontconfig configuration and add it to installation instructions
2018-03-01 07:27:30 +07:00
Mélanie Chauvel 994a9041cb add fontconfig configuration and add it to installation instructions 2018-03-01 11:43:51 +07:00
Chris Simpkins 35a6b098b3 [checksum.py] fixed incorrect variable used in stderr message 2018-02-25 19:38:43 +07:00
Chris Simpkins 2329d65f79 [checksum.py] added file path documentation to header 2018-02-25 12:05:06 +07:00
Chris Simpkins 5d67be0ca8 [checksum.py] added Python 3 dependency to documentation 2018-02-24 21:31:29 +07:00
Chris Simpkins 3d99365c03 [checksum.py] adds support for checksum checks against file paths in a valid checksum files 2018-02-24 21:27:40 +07:00
Chris Simpkins a72e938b94 adds checksum.py script for SHA1 hash checksum list generation from font binaries and XML dumps of OpenType table data 2018-02-24 19:31:12 +07:00
Chris Simpkins 6d6f8d487f [README.md] project description update 2018-02-23 21:49:36 +07:00
Chris Simpkins 68c194a9e2 updated changelog 2018-02-22 13:06:45 +07:00
Chris Simpkins e0edb8d3cd add ttdiff.sh shell script by @anthrotype (#402) 2018-02-22 13:03:12 +07:00
Chris Simpkins cf4d3ccf24 updated changelog 2018-02-22 12:06:07 +07:00
Chris Simpkins c5cfb7258f eliminate Travis settings file 2018-02-22 12:04:23 +07:00
Chris Simpkins 5029e47721 replace Travis with Semaphore as CI testing approach 2018-02-22 11:59:52 +07:00
Chris Simpkins cc2e5f9fde replace Travis with Semaphore as the CI approach 2018-02-22 11:57:17 +07:00
Chris Simpkins de896c7f12 updated changelog 2018-02-22 11:47:14 +07:00
Chris Simpkins 90ec588fa9 [ttfautohint-build.sh] updated script version 2018-02-22 11:44:15 +07:00
Chris Simpkins f2ada74287 [ttfautohint-build.sh] removed unnecessary $ on arithmetic variables 2018-02-22 11:38:34 +07:00
Chris Simpkins fb1a83c202 [ttfautohint-build.sh] eliminates backtick and expr syntax (shellcheck SC2006 and SC2003 warnings) 2018-02-22 11:34:42 +07:00
Chris Simpkins 97f6966e3f changelog update 2018-02-20 18:49:02 +07:00
Chris Simpkins f3f27948aa added @vl4dimir to contributor list for PR #393 2018-02-20 18:37:52 +07:00
Chris Simpkins d7d629a271 Version 3.003;[19817712d]-dev builds with changes in https://github.com/source-foundry/Hack/pull/393 2018-02-20 18:18:21 +07:00