Skip to content

Commit

Permalink
Update build options, enable small caps
Browse files Browse the repository at this point in the history
Closes #2
  • Loading branch information
silkeh committed Sep 5, 2018
1 parent 7088b9e commit c58e4ad
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions rebuild.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Simple Script to rebuild the fonts in this package.

# Parameters
Expand All @@ -17,10 +17,7 @@ autoinst fonts/opentype/$vend/$font/* \
-vendor="$vend" \
-typeface="$font" \
-encoding=OT1,T1,LY1,TS1 \
-ts1 \
-nosmallcaps \
-superiors \
-inferiors \
-smallcaps \
-fractions \
-noswash \
-notitling \
Expand Down

0 comments on commit c58e4ad

Please sign in to comment.