Skip to content

Commit

Permalink
Merge pull request #26 from theleagueof/touchups
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque authored Aug 22, 2020
2 parents a85f126 + e06c0d6 commit b901cb0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fontship.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
git fetch --prune --tags ||:
- name: Fontship make
id: fontship
uses: docker://theleagueof/fontship:latest
uses: docker://theleagueof/fontship:v0.3.4
- name: Upload artifacts
uses: actions/upload-artifact@v2-preview
with:
name: ${{ steps.fontship.outputs.DISTDIR }}
path: ${{ steps.fontship.outputs.DISTDIR }}.zip
- name: Release
if: startsWith(github.ref, 'refs/tags/v')
if: startsWith(github.ref, 'refs/tags/')
uses: softprops/action-gh-release@v1
with:
files: |
Expand Down
4 changes: 4 additions & 0 deletions readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
League Spartan Variable
=======================

[![Latest Release](https://img.shields.io/github/v/release/theleagueof/league-spartan?label=Download%20Release&logo=Github)](https://github.com/theleagueof/league-spartan/releases/latest)
[![All Releases](https://img.shields.io/github/downloads/theleagueof/league-spartan/total)](https://github.com/theleagueof/league-spartan/releases)
[![Fontship Build Status](https://img.shields.io/github/workflow/status/theleagueof/league-spartan/Fontship?label=Fontship&logo=Codeship)](https://github.com/theleagueof/league-spartan/actions?workflow=Fontship)

Thanks to [Tyler Finck's](https://twitter.com/typeler) repeated and exhaustive efforts, **League Spartan** has been expanded considerably with multiple weights, from Extralight (200) to Black (900). The Bold style (700) is as close to the original League version as you’re going to get here, redrawn for better variable rendering. But take note — it will differ slightly from the [first version](https://github.com/theleagueof/league-spartan/releases/tag/1.000) (particularly in spacing).

![League Spartan Styles](https://raw.githubusercontent.com/sursly/league-spartan/master/_images/leaguespartan-styles.png)
Expand Down

0 comments on commit b901cb0

Please sign in to comment.