Skip to content

Releases: delphinus/homebrew-sfmono-square

Use the source fonts from Web

07 Sep 10:56
69a2ef1
Compare
Choose a tag to compare

Apple has released SF Mono fonts and others here: Fonts - Apple Developer. This build uses the binary from the site and stops to use in your OS.

Significant changes

  • ce85b8e Download SF Mono and extract fonts
    • It now uses SF Mono 15.0d4e71 (before it used 13.1d0e1).
  • 5955a65 Update Copyright from info of SF Mono
  • 35ba629 Do not transform glyphs SF Mono includes now
    • Now the original SF Mono includes more glyphs. See #15.
  • 6717c5c Expand shade characters to cover all
    • Modify glyphs: 0x2591, 0x2592, 0x2593 to cover all spaces. See screenshots.
    • Screenshots in #18.
  • e1631a0 Fix #9: Detect MIGU1M_SCALE env var
    • This enables to change the size of glyphs from Migu1M.

Install source fonts

08 Jul 06:06
7d1873b
Compare
Choose a tag to compare

This build installs intermediary source fonts in addition to the final products. See /usr/local/opt/sfmono-square/share/fonts/src.

  • This is for a temporal workaround for #7.

Use Python3 to build

13 Jun 09:30
Compare
Choose a tag to compare

Fontforge in Homebrew started to include its library for Python3, not Python2. This build has no changes for the fonts themselves, but the formula now uses Python3 for building.

See Homebrew/homebrew-core#40339