• Stars
    star
    579
  • Rank 77,126 (Top 2 %)
  • Language
  • License
    SIL Open Font Lic...
  • Created about 10 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A fantastic new revival of ATF's classic Spartan, a geometric sans-serif that has no problem kicking its enemies in the chest.

League Spartan Variable

League Spartan Variable

Latest Release All Releases Fontship Build Status

Thanks to Tyler Finck's 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 (particularly in spacing).

League Spartan Styles

Download

The most recent ZIP file with all available font formats can be downloaded from from the Github Releases page. If you'd like to edit the font or just build it yourself, you can clone this repository or download the source of a release and build it yourself using fontship.

Language Support

Afrikaans, Albanian, Azerbaijani, Basque, Bosnian, Catalan, Croatian, Czech, Danish, Dutch, English, Estonian, Faroese, Filipino, Finnish, French, Galician, German, Hungarian, Icelandic, Indonesian, Irish, Italian, Latvian, Lithuanian, Malay, Norwegian Bokmål, Polish, Portuguese, Romanian, Slovak, Slovenian, Spanish, Swahili, Swedish, Turkish, Vietnamese, Welsh, Zulu

Names

It’s worth noting that you don’t need to use the variable version to get all 8 styles. The static OTF and TTF files (in their respective folders) will work and are simply named League Spartan.

Build the font

You can build the font locally, after cloning this repo.

  1. At the root of your local clone (cd path/to/local/clone), create a virtual environment: python3 -m venv env

  2. Activate the virtual env: source env/bin/activate

  3. Install gftools (or the requirements) in the virtual env: pip install gftools

  4. go to the "sources" directory and from the terminal, run : gftools builder LeagueSpartan.glyphs

  5. There! you will find the fonts in the fonts directory.

Don't forget to alway activate your virtual environment before running gftools builder.

How-to

New to variable fonts? Great, maybe. Desktop applications are slowly adopting this updated font format. Install it like you would any other font, but be aware not all applications support variable font technology yet.

Web use is a different story completely though. The variable TTF file will work on the web for some browsers but the variable WOFF2 file will provide almost complete support for modern browsers. That one file (lightweight at 24 kb!) can serve up all 8 pre-defined styles and whatever else you feel like using. I find that font-variation-settings: "wght" 345; renders better than font-weight: 345; Here is how you can initially call League Spartan in your css, provided your webfont is in the same directory as your stylesheet:

@font-face {
  font-family: 'League Spartan Variable';
  src: url('LeagueSpartanVariable.woff2') format('woff2-variations');
  font-weight: 200 900;
}

License

This Font Software is licensed under the SIL Open Font License, Version 1.1. To understand what the OFL means to your use of these fonts, see the detailed FAQ online.

Questions/suggestions

Hit Tyler up on on Twitter, tag @theleagueof, or make an issue here on Github.

More Repositories

1

league-gothic

A revival of an old classic, Alternate Gothic #1
Makefile
921
star
2

raleway

An elegant variable sans-serif, with 9 static weights and Italics.
615
star
3

ostrich-sans

A gorgeous modern sans-serif with a very long neck.
CSS
462
star
4

league-mono

A monospace typeface inspired by Fira Mono, Libertinus Mono, and Courier.
436
star
5

junction

Our first open source type project, expanding a humanist sans-serif typeface, Junction.
418
star
6

chunk

An ultra-bold, ultra-awesome slab serif typeface.
262
star
7

orbitron

A geometric sans-serif from the future.
249
star
8

fanwood

A serif based on the work of a famous Czech-American type designer of yesteryear.
181
star
9

sorts-mill-goudy

A ‘revival’ of Goudy Oldstyle and Italic.
159
star
10

goudy-bookletter-1911

A public domain font based on Frederic Goudy’s Kennerley Oldstyle.
145
star
11

blackout

A bad-ass, unholy-mother-shut-your-mouth stencil sans-serif.
140
star
12

linden-hill

A digital version of Frederic Goudy’s Deepdene.
124
star
13

prociono

A roman serif with blackletter elements.
95
star
14

fontship

A font development toolkit and collaborative work flow.
Rust
88
star
15

knewave

A bold, painted face for the rocker within.
82
star
16

league-script-number-one

A modern, coquettish script font that sits somewhere between your high school girlfriend’s love notes and handwritten letters from the '20s.
60
star
17

sniglet

A fun rounded display face that’s great for headlines.
47
star
18

the-neue-black

Tré Seals’ first open-source font, a typeface based on the Chicago Freedom Movement.
Makefile
18
star
19

licenses

A collection of files to describe The League's OFL Licenses.
9
star