From c58e4adb8586b02809e838d85f59d3184419783f Mon Sep 17 00:00:00 2001 From: Silke Hofstra Date: Tue, 4 Sep 2018 14:48:48 +0200 Subject: [PATCH] Update build options, enable small caps Closes #2 --- rebuild.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/rebuild.sh b/rebuild.sh index f7d1bea..044c98f 100755 --- a/rebuild.sh +++ b/rebuild.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Simple Script to rebuild the fonts in this package. # Parameters @@ -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 \