Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Add font-ibm-plex v0.4.1 #1365

Merged
merged 2 commits into from
Nov 13, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 59 additions & 0 deletions Casks/font-ibm-plex.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
cask 'font-ibm-plex' do
version '0.4.1'
sha256 '33e2cbc4c0f4ee52dd755c9fb37b67171e25f8310fcb291d4335c5bffe3f9635'

url "https://github.com/IBM/type/archive/v#{version}.zip"
appcast 'https://github.com/IBM/type/releases.atom',
checkpoint: '4254eeeb9c6f4689e58f8a2dd2773f419772d7f2ab79fcabf3ebf1a3c1873c4f'
name 'IBM Plex'
homepage 'https://github.com/IBM/type'

font "type-#{version}/fonts/Mono/desktop/mac/IBMPlexMono-Bold.otf"
font "type-#{version}/fonts/Mono/desktop/mac/IBMPlexMono-BoldItalic.otf"
font "type-#{version}/fonts/Mono/desktop/mac/IBMPlexMono-ExtraLight.otf"
font "type-#{version}/fonts/Mono/desktop/mac/IBMPlexMono-ExtraLightItalic.otf"
font "type-#{version}/fonts/Mono/desktop/mac/IBMPlexMono-Italic.otf"
font "type-#{version}/fonts/Mono/desktop/mac/IBMPlexMono-Light.otf"
font "type-#{version}/fonts/Mono/desktop/mac/IBMPlexMono-LightItalic.otf"
font "type-#{version}/fonts/Mono/desktop/mac/IBMPlexMono-Medium.otf"
font "type-#{version}/fonts/Mono/desktop/mac/IBMPlexMono-MediumItalic.otf"
font "type-#{version}/fonts/Mono/desktop/mac/IBMPlexMono-Regular.otf"
font "type-#{version}/fonts/Mono/desktop/mac/IBMPlexMono-SemiBold.otf"
font "type-#{version}/fonts/Mono/desktop/mac/IBMPlexMono-SemiBoldItalic.otf"
font "type-#{version}/fonts/Mono/desktop/mac/IBMPlexMono-Text.otf"
font "type-#{version}/fonts/Mono/desktop/mac/IBMPlexMono-TextItalic.otf"
font "type-#{version}/fonts/Mono/desktop/mac/IBMPlexMono-Thin.otf"
font "type-#{version}/fonts/Mono/desktop/mac/IBMPlexMono-ThinItalic.otf"
font "type-#{version}/fonts/Sans/desktop/mac/IBMPlexSans-Bold.otf"
font "type-#{version}/fonts/Sans/desktop/mac/IBMPlexSans-BoldItalic.otf"
font "type-#{version}/fonts/Sans/desktop/mac/IBMPlexSans-ExtraLight.otf"
font "type-#{version}/fonts/Sans/desktop/mac/IBMPlexSans-ExtraLightItalic.otf"
font "type-#{version}/fonts/Sans/desktop/mac/IBMPlexSans-Italic.otf"
font "type-#{version}/fonts/Sans/desktop/mac/IBMPlexSans-Light.otf"
font "type-#{version}/fonts/Sans/desktop/mac/IBMPlexSans-LightItalic.otf"
font "type-#{version}/fonts/Sans/desktop/mac/IBMPlexSans-Medium.otf"
font "type-#{version}/fonts/Sans/desktop/mac/IBMPlexSans-MediumItalic.otf"
font "type-#{version}/fonts/Sans/desktop/mac/IBMPlexSans-Regular.otf"
font "type-#{version}/fonts/Sans/desktop/mac/IBMPlexSans-SemiBold.otf"
font "type-#{version}/fonts/Sans/desktop/mac/IBMPlexSans-SemiBoldItalic.otf"
font "type-#{version}/fonts/Sans/desktop/mac/IBMPlexSans-Text.otf"
font "type-#{version}/fonts/Sans/desktop/mac/IBMPlexSans-TextItalic.otf"
font "type-#{version}/fonts/Sans/desktop/mac/IBMPlexSans-Thin.otf"
font "type-#{version}/fonts/Sans/desktop/mac/IBMPlexSans-ThinItalic.otf"
font "type-#{version}/fonts/Serif/desktop/mac/IBMPlexSerif-Bold.otf"
font "type-#{version}/fonts/Serif/desktop/mac/IBMPlexSerif-BoldItalic.otf"
font "type-#{version}/fonts/Serif/desktop/mac/IBMPlexSerif-ExtraLight.otf"
font "type-#{version}/fonts/Serif/desktop/mac/IBMPlexSerif-ExtraLightItalic.otf"
font "type-#{version}/fonts/Serif/desktop/mac/IBMPlexSerif-Italic.otf"
font "type-#{version}/fonts/Serif/desktop/mac/IBMPlexSerif-Light.otf"
font "type-#{version}/fonts/Serif/desktop/mac/IBMPlexSerif-LightItalic.otf"
font "type-#{version}/fonts/Serif/desktop/mac/IBMPlexSerif-Medium.otf"
font "type-#{version}/fonts/Serif/desktop/mac/IBMPlexSerif-MediumItalic.otf"
font "type-#{version}/fonts/Serif/desktop/mac/IBMPlexSerif-Regular.otf"
font "type-#{version}/fonts/Serif/desktop/mac/IBMPlexSerif-SemiBold.otf"
font "type-#{version}/fonts/Serif/desktop/mac/IBMPlexSerif-SemiBoldItalic.otf"
font "type-#{version}/fonts/Serif/desktop/mac/IBMPlexSerif-Text.otf"
font "type-#{version}/fonts/Serif/desktop/mac/IBMPlexSerif-TextItalic.otf"
font "type-#{version}/fonts/Serif/desktop/mac/IBMPlexSerif-Thin.otf"
font "type-#{version}/fonts/Serif/desktop/mac/IBMPlexSerif-ThinItalic.otf"
end