├── requirements.txt ├── .gitignore ├── .gitattributes ├── Documentation ├── big-shoulders-sample-slide.png ├── BigShoulders_Proof_Inline-v-2002.pdf ├── BigShoulders_Proof_Stencil-v-2001.pdf ├── BigShoulders_Proof_v-2002-ELVF-165.pdf ├── DESCRIPTION.en_us.html ├── bigshoulders.css └── FONTLOG.txt ├── Big-Shoulders ├── fonts │ ├── otf │ │ ├── BigShouldersSC-Bold.otf │ │ ├── BigShouldersSC-Thin.otf │ │ ├── BigShouldersSC-Black.otf │ │ ├── BigShouldersSC-Light.otf │ │ ├── BigShouldersSC-Medium.otf │ │ ├── BigShouldersSC-Regular.otf │ │ ├── BigShouldersText-Black.otf │ │ ├── BigShouldersText-Bold.otf │ │ ├── BigShouldersText-Light.otf │ │ ├── BigShouldersText-Thin.otf │ │ ├── BigShouldersDisplay-Bold.otf │ │ ├── BigShouldersDisplay-Thin.otf │ │ ├── BigShouldersSC-ExtraBold.otf │ │ ├── BigShouldersSC-SemiBold.otf │ │ ├── BigShouldersText-Medium.otf │ │ ├── BigShouldersText-Regular.otf │ │ ├── BigShouldersTextSC-Black.otf │ │ ├── BigShouldersTextSC-Bold.otf │ │ ├── BigShouldersTextSC-Light.otf │ │ ├── BigShouldersTextSC-Thin.otf │ │ ├── BigShouldersDisplay-Black.otf │ │ ├── BigShouldersDisplay-Light.otf │ │ ├── BigShouldersDisplay-Medium.otf │ │ ├── BigShouldersDisplay-Regular.otf │ │ ├── BigShouldersDisplaySC-Black.otf │ │ ├── BigShouldersDisplaySC-Bold.otf │ │ ├── BigShouldersDisplaySC-Light.otf │ │ ├── BigShouldersDisplaySC-Thin.otf │ │ ├── BigShouldersSC-ExtraLight.otf │ │ ├── BigShouldersText-ExtraBold.otf │ │ ├── BigShouldersText-ExtraLight.otf │ │ ├── BigShouldersText-SemiBold.otf │ │ ├── BigShouldersTextSC-Medium.otf │ │ ├── BigShouldersTextSC-Regular.otf │ │ ├── BigShouldersTextSC-SemiBold.otf │ │ ├── BigShouldersDisplay-ExtraBold.otf │ │ ├── BigShouldersDisplay-SemiBold.otf │ │ ├── BigShouldersDisplaySC-Medium.otf │ │ ├── BigShouldersDisplaySC-Regular.otf │ │ ├── BigShouldersTextSC-ExtraBold.otf │ │ ├── BigShouldersTextSC-ExtraLight.otf │ │ ├── BigShouldersDisplay-ExtraLight.otf │ │ ├── BigShouldersDisplaySC-ExtraBold.otf │ │ ├── BigShouldersDisplaySC-ExtraLight.otf │ │ └── BigShouldersDisplaySC-SemiBold.otf │ ├── ttf │ │ ├── BigShouldersSC-Bold.ttf │ │ ├── BigShouldersSC-Thin.ttf │ │ ├── BigShouldersSC-Black.ttf │ │ ├── BigShouldersSC-Light.ttf │ │ ├── BigShouldersSC-Medium.ttf │ │ ├── BigShouldersSC-Regular.ttf │ │ ├── BigShouldersText-Black.ttf │ │ ├── BigShouldersText-Bold.ttf │ │ ├── BigShouldersText-Light.ttf │ │ ├── BigShouldersText-Thin.ttf │ │ ├── BigShouldersDisplay-Bold.ttf │ │ ├── BigShouldersDisplay-Thin.ttf │ │ ├── BigShouldersSC-ExtraBold.ttf │ │ ├── BigShouldersSC-SemiBold.ttf │ │ ├── BigShouldersText-Medium.ttf │ │ ├── BigShouldersText-Regular.ttf │ │ ├── BigShouldersTextSC-Black.ttf │ │ ├── BigShouldersTextSC-Bold.ttf │ │ ├── BigShouldersTextSC-Light.ttf │ │ ├── BigShouldersTextSC-Thin.ttf │ │ ├── BigShouldersDisplay-Black.ttf │ │ ├── BigShouldersDisplay-Light.ttf │ │ ├── BigShouldersDisplay-Medium.ttf │ │ ├── BigShouldersDisplay-Regular.ttf │ │ ├── BigShouldersDisplaySC-Black.ttf │ │ ├── BigShouldersDisplaySC-Bold.ttf │ │ ├── BigShouldersDisplaySC-Light.ttf │ │ ├── BigShouldersDisplaySC-Thin.ttf │ │ ├── BigShouldersSC-ExtraLight.ttf │ │ ├── BigShouldersText-ExtraBold.ttf │ │ ├── BigShouldersText-ExtraLight.ttf │ │ ├── BigShouldersText-SemiBold.ttf │ │ ├── BigShouldersTextSC-Medium.ttf │ │ ├── BigShouldersTextSC-Regular.ttf │ │ ├── BigShouldersTextSC-SemiBold.ttf │ │ ├── BigShouldersDisplay-ExtraBold.ttf │ │ ├── BigShouldersDisplay-SemiBold.ttf │ │ ├── BigShouldersDisplaySC-Medium.ttf │ │ ├── BigShouldersDisplaySC-Regular.ttf │ │ ├── BigShouldersTextSC-ExtraBold.ttf │ │ ├── BigShouldersTextSC-ExtraLight.ttf │ │ ├── BigShouldersDisplay-ExtraLight.ttf │ │ ├── BigShouldersDisplaySC-ExtraBold.ttf │ │ ├── BigShouldersDisplaySC-ExtraLight.ttf │ │ └── BigShouldersDisplaySC-SemiBold.ttf │ ├── webfonts │ │ ├── BigShoulders-Bold.woff2 │ │ ├── BigShoulders-Thin.woff2 │ │ ├── BigShoulders-Black.woff2 │ │ ├── BigShoulders-Light.woff2 │ │ ├── BigShoulders-Medium.woff2 │ │ ├── BigShoulders-Regular.woff2 │ │ ├── BigShoulders-ExtraBold.woff2 │ │ ├── BigShoulders-SemiBold.woff2 │ │ ├── BigShouldersText-Black.woff2 │ │ ├── BigShouldersText-Bold.woff2 │ │ ├── BigShouldersText-Light.woff2 │ │ ├── BigShouldersText-Thin.woff2 │ │ ├── BigShoulders-ExtraLight.woff2 │ │ ├── BigShouldersDisplay-Black.woff2 │ │ ├── BigShouldersDisplay-Bold.woff2 │ │ ├── BigShouldersDisplay-Light.woff2 │ │ ├── BigShouldersDisplay-Thin.woff2 │ │ ├── BigShouldersText-Medium.woff2 │ │ ├── BigShouldersText-Regular.woff2 │ │ ├── BigShouldersText-SemiBold.woff2 │ │ ├── BigShoulders[opsz,wght].woff2 │ │ ├── BigShouldersDisplay-Medium.woff2 │ │ ├── BigShouldersDisplay-Regular.woff2 │ │ ├── BigShouldersText-ExtraBold.woff2 │ │ ├── BigShouldersText-ExtraLight.woff2 │ │ ├── BigShouldersDisplay-ExtraBold.woff2 │ │ ├── BigShouldersDisplay-ExtraLight.woff2 │ │ └── BigShouldersDisplay-SemiBold.woff2 │ └── variable │ │ ├── BigShoulders[opsz,wght].ttf │ │ ├── BigShouldersSC[opsz,wght].ttf │ │ ├── text │ │ ├── BigShouldersText[wght].ttf │ │ ├── BigShouldersSC[opsz,wght].ttf │ │ └── BigShoulders[opsz,wght].ttf.stat.yaml │ │ ├── display │ │ ├── BigShouldersDisplay[wght].ttf │ │ ├── BigShouldersSC[opsz,wght].ttf │ │ └── BigShoulders[opsz,wght].ttf.stat.yaml │ │ └── BigShoulders[opsz,wght].ttf.stat.yaml └── sources │ ├── BigS-vf-Text.yml │ ├── BigS-vf-Display.yml │ ├── build-B.sh │ └── config.yml ├── Big-Shoulders-Inline ├── fonts │ ├── otf │ │ ├── BigShouldersInline-Black.otf │ │ ├── BigShouldersInline-Bold.otf │ │ ├── BigShouldersInline-Light.otf │ │ ├── BigShouldersInline-Medium.otf │ │ ├── BigShouldersInline-Thin.otf │ │ ├── BigShouldersInlineSC-Bold.otf │ │ ├── BigShouldersInlineSC-Thin.otf │ │ ├── BigShouldersInline-Regular.otf │ │ ├── BigShouldersInline-SemiBold.otf │ │ ├── BigShouldersInlineSC-Black.otf │ │ ├── BigShouldersInlineSC-Light.otf │ │ ├── BigShouldersInlineSC-Medium.otf │ │ ├── BigShouldersInlineText-Bold.otf │ │ ├── BigShouldersInlineText-Thin.otf │ │ ├── BigShouldersInline-ExtraBold.otf │ │ ├── BigShouldersInline-ExtraLight.otf │ │ ├── BigShouldersInlineDisplay-Bold.otf │ │ ├── BigShouldersInlineDisplay-Thin.otf │ │ ├── BigShouldersInlineSC-ExtraBold.otf │ │ ├── BigShouldersInlineSC-Regular.otf │ │ ├── BigShouldersInlineSC-SemiBold.otf │ │ ├── BigShouldersInlineText-Black.otf │ │ ├── BigShouldersInlineText-Light.otf │ │ ├── BigShouldersInlineText-Medium.otf │ │ ├── BigShouldersInlineText-Regular.otf │ │ ├── BigShouldersInlineTextSC-Black.otf │ │ ├── BigShouldersInlineTextSC-Bold.otf │ │ ├── BigShouldersInlineTextSC-Light.otf │ │ ├── BigShouldersInlineTextSC-Thin.otf │ │ ├── BigShouldersInlineDisplay-Black.otf │ │ ├── BigShouldersInlineDisplay-Light.otf │ │ ├── BigShouldersInlineDisplay-Medium.otf │ │ ├── BigShouldersInlineDisplaySC-Bold.otf │ │ ├── BigShouldersInlineDisplaySC-Thin.otf │ │ ├── BigShouldersInlineSC-ExtraLight.otf │ │ ├── BigShouldersInlineText-ExtraBold.otf │ │ ├── BigShouldersInlineText-SemiBold.otf │ │ ├── BigShouldersInlineTextSC-Medium.otf │ │ ├── BigShouldersInlineTextSC-Regular.otf │ │ ├── BigShouldersInlineDisplay-ExtraBold.otf │ │ ├── BigShouldersInlineDisplay-Regular.otf │ │ ├── BigShouldersInlineDisplay-SemiBold.otf │ │ ├── BigShouldersInlineDisplaySC-Black.otf │ │ ├── BigShouldersInlineDisplaySC-Light.otf │ │ ├── BigShouldersInlineDisplaySC-Medium.otf │ │ ├── BigShouldersInlineDisplaySC-Regular.otf │ │ ├── BigShouldersInlineText-ExtraLight.otf │ │ ├── BigShouldersInlineTextSC-ExtraBold.otf │ │ ├── BigShouldersInlineTextSC-ExtraLight.otf │ │ ├── BigShouldersInlineTextSC-SemiBold.otf │ │ ├── BigShouldersInlineDisplay-ExtraLight.otf │ │ ├── BigShouldersInlineDisplaySC-ExtraBold.otf │ │ ├── BigShouldersInlineDisplaySC-SemiBold.otf │ │ └── BigShouldersInlineDisplaySC-ExtraLight.otf │ ├── ttf │ │ ├── BigShouldersInlineSC-Bold.ttf │ │ ├── BigShouldersInlineSC-Thin.ttf │ │ ├── BigShouldersInlineSC-Black.ttf │ │ ├── BigShouldersInlineSC-Light.ttf │ │ ├── BigShouldersInlineSC-Medium.ttf │ │ ├── BigShouldersInlineText-Bold.ttf │ │ ├── BigShouldersInlineText-Thin.ttf │ │ ├── BigShouldersInlineDisplay-Bold.ttf │ │ ├── BigShouldersInlineDisplay-Thin.ttf │ │ ├── BigShouldersInlineSC-ExtraBold.ttf │ │ ├── BigShouldersInlineSC-Regular.ttf │ │ ├── BigShouldersInlineSC-SemiBold.ttf │ │ ├── BigShouldersInlineText-Black.ttf │ │ ├── BigShouldersInlineText-Light.ttf │ │ ├── BigShouldersInlineText-Medium.ttf │ │ ├── BigShouldersInlineText-Regular.ttf │ │ ├── BigShouldersInlineTextSC-Black.ttf │ │ ├── BigShouldersInlineTextSC-Bold.ttf │ │ ├── BigShouldersInlineTextSC-Light.ttf │ │ ├── BigShouldersInlineTextSC-Thin.ttf │ │ ├── BigShouldersInlineDisplay-Black.ttf │ │ ├── BigShouldersInlineDisplay-Light.ttf │ │ ├── BigShouldersInlineDisplay-Medium.ttf │ │ ├── BigShouldersInlineDisplaySC-Bold.ttf │ │ ├── BigShouldersInlineDisplaySC-Thin.ttf │ │ ├── BigShouldersInlineSC-ExtraLight.ttf │ │ ├── BigShouldersInlineText-ExtraBold.ttf │ │ ├── BigShouldersInlineText-SemiBold.ttf │ │ ├── BigShouldersInlineTextSC-Medium.ttf │ │ ├── BigShouldersInlineTextSC-Regular.ttf │ │ ├── BigShouldersInlineDisplay-ExtraBold.ttf │ │ ├── BigShouldersInlineDisplay-Regular.ttf │ │ ├── BigShouldersInlineDisplay-SemiBold.ttf │ │ ├── BigShouldersInlineDisplaySC-Black.ttf │ │ ├── BigShouldersInlineDisplaySC-Light.ttf │ │ ├── BigShouldersInlineDisplaySC-Medium.ttf │ │ ├── BigShouldersInlineDisplaySC-Regular.ttf │ │ ├── BigShouldersInlineText-ExtraLight.ttf │ │ ├── BigShouldersInlineTextSC-ExtraBold.ttf │ │ ├── BigShouldersInlineTextSC-ExtraLight.ttf │ │ ├── BigShouldersInlineTextSC-SemiBold.ttf │ │ ├── delete-ttf │ │ │ ├── BigShouldersInline-Black.ttf │ │ │ ├── BigShouldersInline-Bold.ttf │ │ │ ├── BigShouldersInline-Light.ttf │ │ │ ├── BigShouldersInline-Thin.ttf │ │ │ ├── BigShouldersInline-Medium.ttf │ │ │ ├── BigShouldersInline-Regular.ttf │ │ │ ├── BigShouldersInline-ExtraBold.ttf │ │ │ ├── BigShouldersInline-ExtraLight.ttf │ │ │ └── BigShouldersInline-SemiBold.ttf │ │ ├── BigShouldersInlineDisplay-ExtraLight.ttf │ │ ├── BigShouldersInlineDisplaySC-ExtraBold.ttf │ │ ├── BigShouldersInlineDisplaySC-SemiBold.ttf │ │ └── BigShouldersInlineDisplaySC-ExtraLight.ttf │ ├── webfonts │ │ ├── BigShouldersInline-Bold.woff2 │ │ ├── BigShouldersInline-Thin.woff2 │ │ ├── BigShouldersInline-Black.woff2 │ │ ├── BigShouldersInline-Light.woff2 │ │ ├── BigShouldersInline-Medium.woff2 │ │ ├── BigShouldersInline-ExtraBold.woff2 │ │ ├── BigShouldersInline-Regular.woff2 │ │ ├── BigShouldersInline-SemiBold.woff2 │ │ ├── BigShouldersInlineText-Black.woff2 │ │ ├── BigShouldersInlineText-Bold.woff2 │ │ ├── BigShouldersInlineText-Light.woff2 │ │ ├── BigShouldersInlineText-Thin.woff2 │ │ ├── BigShouldersInline-ExtraLight.woff2 │ │ ├── BigShouldersInlineDisplay-Bold.woff2 │ │ ├── BigShouldersInlineDisplay-Thin.woff2 │ │ ├── BigShouldersInlineText-Medium.woff2 │ │ ├── BigShouldersInlineText-Regular.woff2 │ │ ├── BigShouldersInline[opsz,wght].woff2 │ │ ├── BigShouldersInlineDisplay-Black.woff2 │ │ ├── BigShouldersInlineDisplay-Light.woff2 │ │ ├── BigShouldersInlineDisplay-Medium.woff2 │ │ ├── BigShouldersInlineDisplay-Regular.woff2 │ │ ├── BigShouldersInlineText-ExtraBold.woff2 │ │ ├── BigShouldersInlineText-ExtraLight.woff2 │ │ ├── BigShouldersInlineText-SemiBold.woff2 │ │ ├── BigShouldersInlineDisplay-ExtraBold.woff2 │ │ ├── BigShouldersInlineDisplay-SemiBold.woff2 │ │ └── BigShouldersInlineDisplay-ExtraLight.woff2 │ └── variable │ │ ├── BigShouldersInline[opsz,wght].ttf │ │ ├── BigShouldersInlineSC[opsz,wght].ttf │ │ ├── text │ │ ├── BigShouldersInlineText[wght].ttf │ │ ├── BigShouldersInlineSC[opsz,wght].ttf │ │ └── BigShouldersInline[opsz,wght].ttf.stat.yaml │ │ ├── display │ │ ├── BigShouldersInlineDisplay[wght].ttf │ │ ├── BigShouldersInlineSC[opsz,wght].ttf │ │ └── BigShouldersInline[opsz,wght].ttf.stat.yaml │ │ └── BigShouldersInline[opsz,wght].ttf.stat.yaml └── sources │ ├── BigS-In-vf-Text.yml │ ├── BigS-In-vf-Display.yml │ ├── config.yml │ └── build-B-Inline.sh ├── Big-Shoulders-Stencil ├── fonts │ ├── otf │ │ ├── BigShouldersStencil-Bold.otf │ │ ├── BigShouldersStencil-Thin.otf │ │ ├── BigShouldersStencil-Black.otf │ │ ├── BigShouldersStencil-Light.otf │ │ ├── BigShouldersStencil-Medium.otf │ │ ├── BigShouldersStencilSC-Bold.otf │ │ ├── BigShouldersStencilSC-Thin.otf │ │ ├── BigShouldersStencil-ExtraBold.otf │ │ ├── BigShouldersStencil-Regular.otf │ │ ├── BigShouldersStencil-SemiBold.otf │ │ ├── BigShouldersStencilSC-Black.otf │ │ ├── BigShouldersStencilSC-Light.otf │ │ ├── BigShouldersStencilSC-Medium.otf │ │ ├── BigShouldersStencilSC-Regular.otf │ │ ├── BigShouldersStencilText-Black.otf │ │ ├── BigShouldersStencilText-Bold.otf │ │ ├── BigShouldersStencilText-Light.otf │ │ ├── BigShouldersStencilText-Thin.otf │ │ ├── BigShouldersStencil-ExtraLight.otf │ │ ├── BigShouldersStencilDisplay-Bold.otf │ │ ├── BigShouldersStencilDisplay-Thin.otf │ │ ├── BigShouldersStencilSC-ExtraBold.otf │ │ ├── BigShouldersStencilSC-SemiBold.otf │ │ ├── BigShouldersStencilText-Medium.otf │ │ ├── BigShouldersStencilText-Regular.otf │ │ ├── BigShouldersStencilTextSC-Black.otf │ │ ├── BigShouldersStencilTextSC-Bold.otf │ │ ├── BigShouldersStencilTextSC-Light.otf │ │ ├── BigShouldersStencilTextSC-Thin.otf │ │ ├── BigShouldersStencilDisplay-Black.otf │ │ ├── BigShouldersStencilDisplay-Light.otf │ │ ├── BigShouldersStencilDisplay-Medium.otf │ │ ├── BigShouldersStencilDisplay-Regular.otf │ │ ├── BigShouldersStencilDisplaySC-Black.otf │ │ ├── BigShouldersStencilDisplaySC-Bold.otf │ │ ├── BigShouldersStencilDisplaySC-Light.otf │ │ ├── BigShouldersStencilDisplaySC-Thin.otf │ │ ├── BigShouldersStencilSC-ExtraLight.otf │ │ ├── BigShouldersStencilText-ExtraBold.otf │ │ ├── BigShouldersStencilText-ExtraLight.otf │ │ ├── BigShouldersStencilText-SemiBold.otf │ │ ├── BigShouldersStencilTextSC-Medium.otf │ │ ├── BigShouldersStencilTextSC-Regular.otf │ │ ├── BigShouldersStencilTextSC-SemiBold.otf │ │ ├── BigShouldersStencilDisplay-ExtraBold.otf │ │ ├── BigShouldersStencilDisplay-SemiBold.otf │ │ ├── BigShouldersStencilDisplaySC-Medium.otf │ │ ├── BigShouldersStencilDisplaySC-Regular.otf │ │ ├── BigShouldersStencilTextSC-ExtraBold.otf │ │ ├── BigShouldersStencilTextSC-ExtraLight.otf │ │ ├── BigShouldersStencilDisplay-ExtraLight.otf │ │ ├── BigShouldersStencilDisplaySC-ExtraBold.otf │ │ ├── BigShouldersStencilDisplaySC-ExtraLight.otf │ │ └── BigShouldersStencilDisplaySC-SemiBold.otf │ ├── ttf │ │ ├── BigShouldersStencilSC-Bold.ttf │ │ ├── BigShouldersStencilSC-Thin.ttf │ │ ├── BigShouldersStencilSC-Black.ttf │ │ ├── BigShouldersStencilSC-Light.ttf │ │ ├── BigShouldersStencilSC-Medium.ttf │ │ ├── BigShouldersStencilSC-Regular.ttf │ │ ├── BigShouldersStencilText-Black.ttf │ │ ├── BigShouldersStencilText-Bold.ttf │ │ ├── BigShouldersStencilText-Light.ttf │ │ ├── BigShouldersStencilText-Thin.ttf │ │ ├── BigShouldersStencilDisplay-Bold.ttf │ │ ├── BigShouldersStencilDisplay-Thin.ttf │ │ ├── BigShouldersStencilSC-ExtraBold.ttf │ │ ├── BigShouldersStencilSC-SemiBold.ttf │ │ ├── BigShouldersStencilText-Medium.ttf │ │ ├── BigShouldersStencilText-Regular.ttf │ │ ├── BigShouldersStencilTextSC-Black.ttf │ │ ├── BigShouldersStencilTextSC-Bold.ttf │ │ ├── BigShouldersStencilTextSC-Light.ttf │ │ ├── BigShouldersStencilTextSC-Thin.ttf │ │ ├── BigShouldersStencilDisplay-Black.ttf │ │ ├── BigShouldersStencilDisplay-Light.ttf │ │ ├── BigShouldersStencilDisplay-Medium.ttf │ │ ├── BigShouldersStencilDisplay-Regular.ttf │ │ ├── BigShouldersStencilDisplaySC-Black.ttf │ │ ├── BigShouldersStencilDisplaySC-Bold.ttf │ │ ├── BigShouldersStencilDisplaySC-Light.ttf │ │ ├── BigShouldersStencilDisplaySC-Thin.ttf │ │ ├── BigShouldersStencilSC-ExtraLight.ttf │ │ ├── BigShouldersStencilText-ExtraBold.ttf │ │ ├── BigShouldersStencilText-ExtraLight.ttf │ │ ├── BigShouldersStencilText-SemiBold.ttf │ │ ├── BigShouldersStencilTextSC-Medium.ttf │ │ ├── BigShouldersStencilTextSC-Regular.ttf │ │ ├── BigShouldersStencilTextSC-SemiBold.ttf │ │ ├── BigShouldersStencilDisplay-ExtraBold.ttf │ │ ├── BigShouldersStencilDisplay-SemiBold.ttf │ │ ├── BigShouldersStencilDisplaySC-Medium.ttf │ │ ├── BigShouldersStencilDisplaySC-Regular.ttf │ │ ├── BigShouldersStencilTextSC-ExtraBold.ttf │ │ ├── BigShouldersStencilTextSC-ExtraLight.ttf │ │ ├── delete-ttf │ │ │ ├── BigShouldersStencil-Black.ttf │ │ │ ├── BigShouldersStencil-Bold.ttf │ │ │ ├── BigShouldersStencil-Light.ttf │ │ │ ├── BigShouldersStencil-Thin.ttf │ │ │ ├── BigShouldersStencil-Medium.ttf │ │ │ ├── BigShouldersStencil-Regular.ttf │ │ │ ├── BigShouldersStencil-SemiBold.ttf │ │ │ ├── BigShouldersStencil-ExtraBold.ttf │ │ │ └── BigShouldersStencil-ExtraLight.ttf │ │ ├── BigShouldersStencilDisplay-ExtraLight.ttf │ │ ├── BigShouldersStencilDisplaySC-ExtraBold.ttf │ │ ├── BigShouldersStencilDisplaySC-ExtraLight.ttf │ │ └── BigShouldersStencilDisplaySC-SemiBold.ttf │ ├── webfonts │ │ ├── BigShouldersStencil-Bold.woff2 │ │ ├── BigShouldersStencil-Thin.woff2 │ │ ├── BigShouldersStencil-Black.woff2 │ │ ├── BigShouldersStencil-Light.woff2 │ │ ├── BigShouldersStencil-Medium.woff2 │ │ ├── BigShouldersStencil-Regular.woff2 │ │ ├── BigShouldersStencil-ExtraBold.woff2 │ │ ├── BigShouldersStencil-SemiBold.woff2 │ │ ├── BigShouldersStencilText-Black.woff2 │ │ ├── BigShouldersStencilText-Bold.woff2 │ │ ├── BigShouldersStencilText-Light.woff2 │ │ ├── BigShouldersStencilText-Thin.woff2 │ │ ├── BigShouldersStencil-ExtraLight.woff2 │ │ ├── BigShouldersStencilDisplay-Black.woff2 │ │ ├── BigShouldersStencilDisplay-Bold.woff2 │ │ ├── BigShouldersStencilDisplay-Light.woff2 │ │ ├── BigShouldersStencilDisplay-Thin.woff2 │ │ ├── BigShouldersStencilText-Medium.woff2 │ │ ├── BigShouldersStencilText-Regular.woff2 │ │ ├── BigShouldersStencilText-SemiBold.woff2 │ │ ├── BigShouldersStencil[opsz,wght].woff2 │ │ ├── BigShouldersStencilDisplay-Medium.woff2 │ │ ├── BigShouldersStencilDisplay-Regular.woff2 │ │ ├── BigShouldersStencilText-ExtraBold.woff2 │ │ ├── BigShouldersStencilText-ExtraLight.woff2 │ │ ├── BigShouldersStencilDisplay-ExtraBold.woff2 │ │ ├── BigShouldersStencilDisplay-ExtraLight.woff2 │ │ └── BigShouldersStencilDisplay-SemiBold.woff2 │ └── variable │ │ ├── BigShouldersStencil[opsz,wght].ttf │ │ ├── BigShouldersStencilSC[opsz,wght].ttf │ │ ├── text │ │ ├── BigShouldersStencilText[wght].ttf │ │ ├── BigShouldersStencilSC[opsz,wght].ttf │ │ └── BigShouldersStencil[opsz,wght].ttf.stat.yaml │ │ ├── display │ │ ├── BigShouldersStencilDisplay[wght].ttf │ │ ├── BigShouldersStencilSC[opsz,wght].ttf │ │ └── BigShouldersStencil[opsz,wght].ttf.stat.yaml │ │ └── BigShouldersStencil[opsz,wght].ttf.stat.yaml └── sources │ ├── BigS-St-vf-Text.yml │ ├── BigS-St-vf-Display.yml │ ├── config.yml │ └── build-B-Stencil.sh ├── authors.txt ├── contributors.txt ├── .github └── workflows │ ├── BigShouldersInline-VF-CI.yml │ ├── BigShouldersStencil-VF-CI.yml │ └── BigShoulders-VF-CI.yml ├── OFL.txt └── README.md /requirements.txt: -------------------------------------------------------------------------------- 1 | gftools -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | *(Autosaved)* 3 | fonts/.DS_Store 4 | venv 5 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /Documentation/big-shoulders-sample-slide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Documentation/big-shoulders-sample-slide.png -------------------------------------------------------------------------------- /Big-Shoulders/fonts/otf/BigShouldersSC-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/otf/BigShouldersSC-Bold.otf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/otf/BigShouldersSC-Thin.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/otf/BigShouldersSC-Thin.otf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/ttf/BigShouldersSC-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/ttf/BigShouldersSC-Bold.ttf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/ttf/BigShouldersSC-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/ttf/BigShouldersSC-Thin.ttf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/otf/BigShouldersSC-Black.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/otf/BigShouldersSC-Black.otf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/otf/BigShouldersSC-Light.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/otf/BigShouldersSC-Light.otf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/otf/BigShouldersSC-Medium.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/otf/BigShouldersSC-Medium.otf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/otf/BigShouldersSC-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/otf/BigShouldersSC-Regular.otf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/otf/BigShouldersText-Black.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/otf/BigShouldersText-Black.otf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/otf/BigShouldersText-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/otf/BigShouldersText-Bold.otf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/otf/BigShouldersText-Light.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/otf/BigShouldersText-Light.otf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/otf/BigShouldersText-Thin.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/otf/BigShouldersText-Thin.otf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/ttf/BigShouldersSC-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/ttf/BigShouldersSC-Black.ttf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/ttf/BigShouldersSC-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/ttf/BigShouldersSC-Light.ttf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/ttf/BigShouldersSC-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/ttf/BigShouldersSC-Medium.ttf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/ttf/BigShouldersSC-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/ttf/BigShouldersSC-Regular.ttf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/ttf/BigShouldersText-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/ttf/BigShouldersText-Black.ttf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/ttf/BigShouldersText-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/ttf/BigShouldersText-Bold.ttf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/ttf/BigShouldersText-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/ttf/BigShouldersText-Light.ttf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/ttf/BigShouldersText-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/ttf/BigShouldersText-Thin.ttf -------------------------------------------------------------------------------- /Documentation/BigShoulders_Proof_Inline-v-2002.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Documentation/BigShoulders_Proof_Inline-v-2002.pdf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/otf/BigShouldersDisplay-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/otf/BigShouldersDisplay-Bold.otf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/otf/BigShouldersDisplay-Thin.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/otf/BigShouldersDisplay-Thin.otf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/otf/BigShouldersSC-ExtraBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/otf/BigShouldersSC-ExtraBold.otf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/otf/BigShouldersSC-SemiBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/otf/BigShouldersSC-SemiBold.otf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/otf/BigShouldersText-Medium.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/otf/BigShouldersText-Medium.otf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/otf/BigShouldersText-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/otf/BigShouldersText-Regular.otf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/otf/BigShouldersTextSC-Black.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/otf/BigShouldersTextSC-Black.otf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/otf/BigShouldersTextSC-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/otf/BigShouldersTextSC-Bold.otf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/otf/BigShouldersTextSC-Light.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/otf/BigShouldersTextSC-Light.otf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/otf/BigShouldersTextSC-Thin.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/otf/BigShouldersTextSC-Thin.otf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/ttf/BigShouldersDisplay-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/ttf/BigShouldersDisplay-Bold.ttf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/ttf/BigShouldersDisplay-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/ttf/BigShouldersDisplay-Thin.ttf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/ttf/BigShouldersSC-ExtraBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/ttf/BigShouldersSC-ExtraBold.ttf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/ttf/BigShouldersSC-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/ttf/BigShouldersSC-SemiBold.ttf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/ttf/BigShouldersText-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/ttf/BigShouldersText-Medium.ttf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/ttf/BigShouldersText-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/ttf/BigShouldersText-Regular.ttf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/ttf/BigShouldersTextSC-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/ttf/BigShouldersTextSC-Black.ttf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/ttf/BigShouldersTextSC-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/ttf/BigShouldersTextSC-Bold.ttf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/ttf/BigShouldersTextSC-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/ttf/BigShouldersTextSC-Light.ttf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/ttf/BigShouldersTextSC-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/ttf/BigShouldersTextSC-Thin.ttf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/webfonts/BigShoulders-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/webfonts/BigShoulders-Bold.woff2 -------------------------------------------------------------------------------- /Big-Shoulders/fonts/webfonts/BigShoulders-Thin.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/webfonts/BigShoulders-Thin.woff2 -------------------------------------------------------------------------------- /Documentation/BigShoulders_Proof_Stencil-v-2001.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Documentation/BigShoulders_Proof_Stencil-v-2001.pdf -------------------------------------------------------------------------------- /Documentation/BigShoulders_Proof_v-2002-ELVF-165.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Documentation/BigShoulders_Proof_v-2002-ELVF-165.pdf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/otf/BigShouldersDisplay-Black.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/otf/BigShouldersDisplay-Black.otf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/otf/BigShouldersDisplay-Light.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/otf/BigShouldersDisplay-Light.otf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/otf/BigShouldersDisplay-Medium.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/otf/BigShouldersDisplay-Medium.otf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/otf/BigShouldersDisplay-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/otf/BigShouldersDisplay-Regular.otf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/otf/BigShouldersDisplaySC-Black.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/otf/BigShouldersDisplaySC-Black.otf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/otf/BigShouldersDisplaySC-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/otf/BigShouldersDisplaySC-Bold.otf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/otf/BigShouldersDisplaySC-Light.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/otf/BigShouldersDisplaySC-Light.otf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/otf/BigShouldersDisplaySC-Thin.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/otf/BigShouldersDisplaySC-Thin.otf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/otf/BigShouldersSC-ExtraLight.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/otf/BigShouldersSC-ExtraLight.otf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/otf/BigShouldersText-ExtraBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/otf/BigShouldersText-ExtraBold.otf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/otf/BigShouldersText-ExtraLight.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/otf/BigShouldersText-ExtraLight.otf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/otf/BigShouldersText-SemiBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/otf/BigShouldersText-SemiBold.otf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/otf/BigShouldersTextSC-Medium.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/otf/BigShouldersTextSC-Medium.otf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/otf/BigShouldersTextSC-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/otf/BigShouldersTextSC-Regular.otf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/otf/BigShouldersTextSC-SemiBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/otf/BigShouldersTextSC-SemiBold.otf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/ttf/BigShouldersDisplay-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/ttf/BigShouldersDisplay-Black.ttf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/ttf/BigShouldersDisplay-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/ttf/BigShouldersDisplay-Light.ttf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/ttf/BigShouldersDisplay-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/ttf/BigShouldersDisplay-Medium.ttf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/ttf/BigShouldersDisplay-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/ttf/BigShouldersDisplay-Regular.ttf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/ttf/BigShouldersDisplaySC-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/ttf/BigShouldersDisplaySC-Black.ttf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/ttf/BigShouldersDisplaySC-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/ttf/BigShouldersDisplaySC-Bold.ttf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/ttf/BigShouldersDisplaySC-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/ttf/BigShouldersDisplaySC-Light.ttf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/ttf/BigShouldersDisplaySC-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/ttf/BigShouldersDisplaySC-Thin.ttf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/ttf/BigShouldersSC-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/ttf/BigShouldersSC-ExtraLight.ttf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/ttf/BigShouldersText-ExtraBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/ttf/BigShouldersText-ExtraBold.ttf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/ttf/BigShouldersText-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/ttf/BigShouldersText-ExtraLight.ttf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/ttf/BigShouldersText-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/ttf/BigShouldersText-SemiBold.ttf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/ttf/BigShouldersTextSC-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/ttf/BigShouldersTextSC-Medium.ttf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/ttf/BigShouldersTextSC-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/ttf/BigShouldersTextSC-Regular.ttf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/ttf/BigShouldersTextSC-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/ttf/BigShouldersTextSC-SemiBold.ttf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/webfonts/BigShoulders-Black.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/webfonts/BigShoulders-Black.woff2 -------------------------------------------------------------------------------- /Big-Shoulders/fonts/webfonts/BigShoulders-Light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/webfonts/BigShoulders-Light.woff2 -------------------------------------------------------------------------------- /Big-Shoulders/fonts/webfonts/BigShoulders-Medium.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/webfonts/BigShoulders-Medium.woff2 -------------------------------------------------------------------------------- /Big-Shoulders/fonts/webfonts/BigShoulders-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/webfonts/BigShoulders-Regular.woff2 -------------------------------------------------------------------------------- /Big-Shoulders/fonts/otf/BigShouldersDisplay-ExtraBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/otf/BigShouldersDisplay-ExtraBold.otf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/otf/BigShouldersDisplay-SemiBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/otf/BigShouldersDisplay-SemiBold.otf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/otf/BigShouldersDisplaySC-Medium.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/otf/BigShouldersDisplaySC-Medium.otf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/otf/BigShouldersDisplaySC-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/otf/BigShouldersDisplaySC-Regular.otf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/otf/BigShouldersTextSC-ExtraBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/otf/BigShouldersTextSC-ExtraBold.otf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/otf/BigShouldersTextSC-ExtraLight.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/otf/BigShouldersTextSC-ExtraLight.otf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/ttf/BigShouldersDisplay-ExtraBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/ttf/BigShouldersDisplay-ExtraBold.ttf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/ttf/BigShouldersDisplay-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/ttf/BigShouldersDisplay-SemiBold.ttf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/ttf/BigShouldersDisplaySC-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/ttf/BigShouldersDisplaySC-Medium.ttf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/ttf/BigShouldersDisplaySC-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/ttf/BigShouldersDisplaySC-Regular.ttf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/ttf/BigShouldersTextSC-ExtraBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/ttf/BigShouldersTextSC-ExtraBold.ttf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/ttf/BigShouldersTextSC-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/ttf/BigShouldersTextSC-ExtraLight.ttf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/variable/BigShoulders[opsz,wght].ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/variable/BigShoulders[opsz,wght].ttf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/webfonts/BigShoulders-ExtraBold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/webfonts/BigShoulders-ExtraBold.woff2 -------------------------------------------------------------------------------- /Big-Shoulders/fonts/webfonts/BigShoulders-SemiBold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/webfonts/BigShoulders-SemiBold.woff2 -------------------------------------------------------------------------------- /Big-Shoulders/fonts/webfonts/BigShouldersText-Black.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/webfonts/BigShouldersText-Black.woff2 -------------------------------------------------------------------------------- /Big-Shoulders/fonts/webfonts/BigShouldersText-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/webfonts/BigShouldersText-Bold.woff2 -------------------------------------------------------------------------------- /Big-Shoulders/fonts/webfonts/BigShouldersText-Light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/webfonts/BigShouldersText-Light.woff2 -------------------------------------------------------------------------------- /Big-Shoulders/fonts/webfonts/BigShouldersText-Thin.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/webfonts/BigShouldersText-Thin.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInline-Black.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInline-Black.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInline-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInline-Bold.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInline-Light.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInline-Light.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInline-Medium.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInline-Medium.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInline-Thin.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInline-Thin.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInlineSC-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInlineSC-Bold.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInlineSC-Thin.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInlineSC-Thin.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineSC-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineSC-Bold.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineSC-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineSC-Thin.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencil-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencil-Bold.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencil-Thin.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencil-Thin.otf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/otf/BigShouldersDisplay-ExtraLight.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/otf/BigShouldersDisplay-ExtraLight.otf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/otf/BigShouldersDisplaySC-ExtraBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/otf/BigShouldersDisplaySC-ExtraBold.otf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/otf/BigShouldersDisplaySC-ExtraLight.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/otf/BigShouldersDisplaySC-ExtraLight.otf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/otf/BigShouldersDisplaySC-SemiBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/otf/BigShouldersDisplaySC-SemiBold.otf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/ttf/BigShouldersDisplay-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/ttf/BigShouldersDisplay-ExtraLight.ttf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/ttf/BigShouldersDisplaySC-ExtraBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/ttf/BigShouldersDisplaySC-ExtraBold.ttf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/ttf/BigShouldersDisplaySC-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/ttf/BigShouldersDisplaySC-ExtraLight.ttf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/ttf/BigShouldersDisplaySC-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/ttf/BigShouldersDisplaySC-SemiBold.ttf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/variable/BigShouldersSC[opsz,wght].ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/variable/BigShouldersSC[opsz,wght].ttf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/variable/text/BigShouldersText[wght].ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/variable/text/BigShouldersText[wght].ttf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/webfonts/BigShoulders-ExtraLight.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/webfonts/BigShoulders-ExtraLight.woff2 -------------------------------------------------------------------------------- /Big-Shoulders/fonts/webfonts/BigShouldersDisplay-Black.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/webfonts/BigShouldersDisplay-Black.woff2 -------------------------------------------------------------------------------- /Big-Shoulders/fonts/webfonts/BigShouldersDisplay-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/webfonts/BigShouldersDisplay-Bold.woff2 -------------------------------------------------------------------------------- /Big-Shoulders/fonts/webfonts/BigShouldersDisplay-Light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/webfonts/BigShouldersDisplay-Light.woff2 -------------------------------------------------------------------------------- /Big-Shoulders/fonts/webfonts/BigShouldersDisplay-Thin.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/webfonts/BigShouldersDisplay-Thin.woff2 -------------------------------------------------------------------------------- /Big-Shoulders/fonts/webfonts/BigShouldersText-Medium.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/webfonts/BigShouldersText-Medium.woff2 -------------------------------------------------------------------------------- /Big-Shoulders/fonts/webfonts/BigShouldersText-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/webfonts/BigShouldersText-Regular.woff2 -------------------------------------------------------------------------------- /Big-Shoulders/fonts/webfonts/BigShouldersText-SemiBold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/webfonts/BigShouldersText-SemiBold.woff2 -------------------------------------------------------------------------------- /Big-Shoulders/fonts/webfonts/BigShoulders[opsz,wght].woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/webfonts/BigShoulders[opsz,wght].woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInline-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInline-Regular.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInline-SemiBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInline-SemiBold.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInlineSC-Black.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInlineSC-Black.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInlineSC-Light.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInlineSC-Light.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInlineSC-Medium.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInlineSC-Medium.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInlineText-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInlineText-Bold.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInlineText-Thin.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInlineText-Thin.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineSC-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineSC-Black.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineSC-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineSC-Light.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineSC-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineSC-Medium.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineText-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineText-Bold.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineText-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineText-Thin.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencil-Black.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencil-Black.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencil-Light.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencil-Light.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencil-Medium.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencil-Medium.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilSC-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilSC-Bold.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilSC-Thin.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilSC-Thin.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilSC-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilSC-Bold.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilSC-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilSC-Thin.ttf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/webfonts/BigShouldersDisplay-Medium.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/webfonts/BigShouldersDisplay-Medium.woff2 -------------------------------------------------------------------------------- /Big-Shoulders/fonts/webfonts/BigShouldersDisplay-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/webfonts/BigShouldersDisplay-Regular.woff2 -------------------------------------------------------------------------------- /Big-Shoulders/fonts/webfonts/BigShouldersText-ExtraBold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/webfonts/BigShouldersText-ExtraBold.woff2 -------------------------------------------------------------------------------- /Big-Shoulders/fonts/webfonts/BigShouldersText-ExtraLight.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/webfonts/BigShouldersText-ExtraLight.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInline-ExtraBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInline-ExtraBold.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInline-ExtraLight.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInline-ExtraLight.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInlineDisplay-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInlineDisplay-Bold.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInlineDisplay-Thin.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInlineDisplay-Thin.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInlineSC-ExtraBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInlineSC-ExtraBold.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInlineSC-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInlineSC-Regular.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInlineSC-SemiBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInlineSC-SemiBold.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInlineText-Black.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInlineText-Black.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInlineText-Light.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInlineText-Light.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInlineText-Medium.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInlineText-Medium.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInlineText-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInlineText-Regular.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInlineTextSC-Black.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInlineTextSC-Black.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInlineTextSC-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInlineTextSC-Bold.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInlineTextSC-Light.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInlineTextSC-Light.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInlineTextSC-Thin.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInlineTextSC-Thin.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineDisplay-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineDisplay-Bold.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineDisplay-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineDisplay-Thin.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineSC-ExtraBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineSC-ExtraBold.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineSC-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineSC-Regular.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineSC-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineSC-SemiBold.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineText-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineText-Black.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineText-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineText-Light.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineText-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineText-Medium.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineText-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineText-Regular.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineTextSC-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineTextSC-Black.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineTextSC-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineTextSC-Bold.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineTextSC-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineTextSC-Light.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineTextSC-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineTextSC-Thin.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/webfonts/BigShouldersInline-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/webfonts/BigShouldersInline-Bold.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/webfonts/BigShouldersInline-Thin.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/webfonts/BigShouldersInline-Thin.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencil-ExtraBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencil-ExtraBold.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencil-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencil-Regular.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencil-SemiBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencil-SemiBold.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilSC-Black.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilSC-Black.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilSC-Light.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilSC-Light.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilSC-Medium.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilSC-Medium.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilSC-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilSC-Regular.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilText-Black.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilText-Black.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilText-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilText-Bold.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilText-Light.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilText-Light.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilText-Thin.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilText-Thin.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilSC-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilSC-Black.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilSC-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilSC-Light.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilSC-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilSC-Medium.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilSC-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilSC-Regular.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilText-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilText-Black.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilText-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilText-Bold.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilText-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilText-Light.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilText-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilText-Thin.ttf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/variable/text/BigShouldersSC[opsz,wght].ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/variable/text/BigShouldersSC[opsz,wght].ttf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/webfonts/BigShouldersDisplay-ExtraBold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/webfonts/BigShouldersDisplay-ExtraBold.woff2 -------------------------------------------------------------------------------- /Big-Shoulders/fonts/webfonts/BigShouldersDisplay-ExtraLight.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/webfonts/BigShouldersDisplay-ExtraLight.woff2 -------------------------------------------------------------------------------- /Big-Shoulders/fonts/webfonts/BigShouldersDisplay-SemiBold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/webfonts/BigShouldersDisplay-SemiBold.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInlineDisplay-Black.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInlineDisplay-Black.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInlineDisplay-Light.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInlineDisplay-Light.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInlineDisplay-Medium.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInlineDisplay-Medium.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInlineDisplaySC-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInlineDisplaySC-Bold.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInlineDisplaySC-Thin.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInlineDisplaySC-Thin.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInlineSC-ExtraLight.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInlineSC-ExtraLight.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInlineText-ExtraBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInlineText-ExtraBold.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInlineText-SemiBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInlineText-SemiBold.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInlineTextSC-Medium.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInlineTextSC-Medium.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInlineTextSC-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInlineTextSC-Regular.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineDisplay-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineDisplay-Black.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineDisplay-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineDisplay-Light.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineDisplay-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineDisplay-Medium.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineDisplaySC-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineDisplaySC-Bold.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineDisplaySC-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineDisplaySC-Thin.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineSC-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineSC-ExtraLight.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineText-ExtraBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineText-ExtraBold.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineText-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineText-SemiBold.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineTextSC-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineTextSC-Medium.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineTextSC-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineTextSC-Regular.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/webfonts/BigShouldersInline-Black.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/webfonts/BigShouldersInline-Black.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/webfonts/BigShouldersInline-Light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/webfonts/BigShouldersInline-Light.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/webfonts/BigShouldersInline-Medium.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/webfonts/BigShouldersInline-Medium.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencil-ExtraLight.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencil-ExtraLight.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilDisplay-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilDisplay-Bold.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilDisplay-Thin.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilDisplay-Thin.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilSC-ExtraBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilSC-ExtraBold.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilSC-SemiBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilSC-SemiBold.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilText-Medium.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilText-Medium.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilText-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilText-Regular.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilTextSC-Black.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilTextSC-Black.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilTextSC-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilTextSC-Bold.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilTextSC-Light.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilTextSC-Light.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilTextSC-Thin.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilTextSC-Thin.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilDisplay-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilDisplay-Bold.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilDisplay-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilDisplay-Thin.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilSC-ExtraBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilSC-ExtraBold.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilSC-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilSC-SemiBold.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilText-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilText-Medium.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilText-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilText-Regular.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilTextSC-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilTextSC-Black.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilTextSC-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilTextSC-Bold.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilTextSC-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilTextSC-Light.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilTextSC-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilTextSC-Thin.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencil-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencil-Bold.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencil-Thin.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencil-Thin.woff2 -------------------------------------------------------------------------------- /Big-Shoulders/fonts/variable/display/BigShouldersDisplay[wght].ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/variable/display/BigShouldersDisplay[wght].ttf -------------------------------------------------------------------------------- /Big-Shoulders/fonts/variable/display/BigShouldersSC[opsz,wght].ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders/fonts/variable/display/BigShouldersSC[opsz,wght].ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInlineDisplay-ExtraBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInlineDisplay-ExtraBold.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInlineDisplay-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInlineDisplay-Regular.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInlineDisplay-SemiBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInlineDisplay-SemiBold.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInlineDisplaySC-Black.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInlineDisplaySC-Black.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInlineDisplaySC-Light.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInlineDisplaySC-Light.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInlineDisplaySC-Medium.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInlineDisplaySC-Medium.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInlineDisplaySC-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInlineDisplaySC-Regular.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInlineText-ExtraLight.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInlineText-ExtraLight.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInlineTextSC-ExtraBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInlineTextSC-ExtraBold.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInlineTextSC-ExtraLight.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInlineTextSC-ExtraLight.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInlineTextSC-SemiBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInlineTextSC-SemiBold.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineDisplay-ExtraBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineDisplay-ExtraBold.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineDisplay-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineDisplay-Regular.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineDisplay-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineDisplay-SemiBold.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineDisplaySC-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineDisplaySC-Black.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineDisplaySC-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineDisplaySC-Light.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineDisplaySC-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineDisplaySC-Medium.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineDisplaySC-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineDisplaySC-Regular.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineText-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineText-ExtraLight.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineTextSC-ExtraBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineTextSC-ExtraBold.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineTextSC-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineTextSC-ExtraLight.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineTextSC-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineTextSC-SemiBold.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/delete-ttf/BigShouldersInline-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/delete-ttf/BigShouldersInline-Black.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/delete-ttf/BigShouldersInline-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/delete-ttf/BigShouldersInline-Bold.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/delete-ttf/BigShouldersInline-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/delete-ttf/BigShouldersInline-Light.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/delete-ttf/BigShouldersInline-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/delete-ttf/BigShouldersInline-Thin.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/variable/BigShouldersInline[opsz,wght].ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/variable/BigShouldersInline[opsz,wght].ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/webfonts/BigShouldersInline-ExtraBold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/webfonts/BigShouldersInline-ExtraBold.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/webfonts/BigShouldersInline-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/webfonts/BigShouldersInline-Regular.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/webfonts/BigShouldersInline-SemiBold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/webfonts/BigShouldersInline-SemiBold.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/webfonts/BigShouldersInlineText-Black.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/webfonts/BigShouldersInlineText-Black.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/webfonts/BigShouldersInlineText-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/webfonts/BigShouldersInlineText-Bold.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/webfonts/BigShouldersInlineText-Light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/webfonts/BigShouldersInlineText-Light.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/webfonts/BigShouldersInlineText-Thin.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/webfonts/BigShouldersInlineText-Thin.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilDisplay-Black.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilDisplay-Black.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilDisplay-Light.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilDisplay-Light.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilDisplay-Medium.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilDisplay-Medium.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilDisplay-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilDisplay-Regular.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilDisplaySC-Black.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilDisplaySC-Black.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilDisplaySC-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilDisplaySC-Bold.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilDisplaySC-Light.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilDisplaySC-Light.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilDisplaySC-Thin.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilDisplaySC-Thin.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilSC-ExtraLight.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilSC-ExtraLight.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilText-ExtraBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilText-ExtraBold.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilText-ExtraLight.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilText-ExtraLight.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilText-SemiBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilText-SemiBold.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilTextSC-Medium.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilTextSC-Medium.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilTextSC-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilTextSC-Regular.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilTextSC-SemiBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilTextSC-SemiBold.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilDisplay-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilDisplay-Black.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilDisplay-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilDisplay-Light.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilDisplay-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilDisplay-Medium.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilDisplay-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilDisplay-Regular.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilDisplaySC-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilDisplaySC-Black.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilDisplaySC-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilDisplaySC-Bold.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilDisplaySC-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilDisplaySC-Light.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilDisplaySC-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilDisplaySC-Thin.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilSC-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilSC-ExtraLight.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilText-ExtraBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilText-ExtraBold.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilText-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilText-ExtraLight.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilText-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilText-SemiBold.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilTextSC-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilTextSC-Medium.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilTextSC-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilTextSC-Regular.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilTextSC-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilTextSC-SemiBold.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencil-Black.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencil-Black.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencil-Light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencil-Light.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencil-Medium.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencil-Medium.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencil-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencil-Regular.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInlineDisplay-ExtraLight.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInlineDisplay-ExtraLight.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInlineDisplaySC-ExtraBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInlineDisplaySC-ExtraBold.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInlineDisplaySC-SemiBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInlineDisplaySC-SemiBold.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineDisplay-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineDisplay-ExtraLight.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineDisplaySC-ExtraBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineDisplaySC-ExtraBold.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineDisplaySC-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineDisplaySC-SemiBold.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/delete-ttf/BigShouldersInline-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/delete-ttf/BigShouldersInline-Medium.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/delete-ttf/BigShouldersInline-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/delete-ttf/BigShouldersInline-Regular.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/variable/BigShouldersInlineSC[opsz,wght].ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/variable/BigShouldersInlineSC[opsz,wght].ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/webfonts/BigShouldersInline-ExtraLight.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/webfonts/BigShouldersInline-ExtraLight.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/webfonts/BigShouldersInlineDisplay-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/webfonts/BigShouldersInlineDisplay-Bold.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/webfonts/BigShouldersInlineDisplay-Thin.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/webfonts/BigShouldersInlineDisplay-Thin.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/webfonts/BigShouldersInlineText-Medium.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/webfonts/BigShouldersInlineText-Medium.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/webfonts/BigShouldersInlineText-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/webfonts/BigShouldersInlineText-Regular.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/webfonts/BigShouldersInline[opsz,wght].woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/webfonts/BigShouldersInline[opsz,wght].woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilDisplay-ExtraBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilDisplay-ExtraBold.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilDisplay-SemiBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilDisplay-SemiBold.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilDisplaySC-Medium.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilDisplaySC-Medium.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilDisplaySC-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilDisplaySC-Regular.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilTextSC-ExtraBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilTextSC-ExtraBold.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilTextSC-ExtraLight.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilTextSC-ExtraLight.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilDisplay-ExtraBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilDisplay-ExtraBold.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilDisplay-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilDisplay-SemiBold.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilDisplaySC-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilDisplaySC-Medium.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilDisplaySC-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilDisplaySC-Regular.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilTextSC-ExtraBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilTextSC-ExtraBold.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilTextSC-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilTextSC-ExtraLight.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/delete-ttf/BigShouldersStencil-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/delete-ttf/BigShouldersStencil-Black.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/delete-ttf/BigShouldersStencil-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/delete-ttf/BigShouldersStencil-Bold.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/delete-ttf/BigShouldersStencil-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/delete-ttf/BigShouldersStencil-Light.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/delete-ttf/BigShouldersStencil-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/delete-ttf/BigShouldersStencil-Thin.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/variable/BigShouldersStencil[opsz,wght].ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/variable/BigShouldersStencil[opsz,wght].ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencil-ExtraBold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencil-ExtraBold.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencil-SemiBold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencil-SemiBold.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencilText-Black.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencilText-Black.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencilText-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencilText-Bold.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencilText-Light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencilText-Light.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencilText-Thin.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencilText-Thin.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/otf/BigShouldersInlineDisplaySC-ExtraLight.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/otf/BigShouldersInlineDisplaySC-ExtraLight.otf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineDisplaySC-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineDisplaySC-ExtraLight.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/delete-ttf/BigShouldersInline-ExtraBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/delete-ttf/BigShouldersInline-ExtraBold.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/delete-ttf/BigShouldersInline-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/delete-ttf/BigShouldersInline-ExtraLight.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/ttf/delete-ttf/BigShouldersInline-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/ttf/delete-ttf/BigShouldersInline-SemiBold.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/variable/text/BigShouldersInlineText[wght].ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/variable/text/BigShouldersInlineText[wght].ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/webfonts/BigShouldersInlineDisplay-Black.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/webfonts/BigShouldersInlineDisplay-Black.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/webfonts/BigShouldersInlineDisplay-Light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/webfonts/BigShouldersInlineDisplay-Light.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/webfonts/BigShouldersInlineDisplay-Medium.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/webfonts/BigShouldersInlineDisplay-Medium.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/webfonts/BigShouldersInlineDisplay-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/webfonts/BigShouldersInlineDisplay-Regular.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/webfonts/BigShouldersInlineText-ExtraBold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/webfonts/BigShouldersInlineText-ExtraBold.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/webfonts/BigShouldersInlineText-ExtraLight.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/webfonts/BigShouldersInlineText-ExtraLight.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/webfonts/BigShouldersInlineText-SemiBold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/webfonts/BigShouldersInlineText-SemiBold.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilDisplay-ExtraLight.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilDisplay-ExtraLight.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilDisplaySC-ExtraBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilDisplaySC-ExtraBold.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilDisplaySC-ExtraLight.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilDisplaySC-ExtraLight.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilDisplaySC-SemiBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilDisplaySC-SemiBold.otf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilDisplay-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilDisplay-ExtraLight.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilDisplaySC-ExtraBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilDisplaySC-ExtraBold.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilDisplaySC-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilDisplaySC-ExtraLight.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilDisplaySC-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilDisplaySC-SemiBold.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/delete-ttf/BigShouldersStencil-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/delete-ttf/BigShouldersStencil-Medium.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/delete-ttf/BigShouldersStencil-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/delete-ttf/BigShouldersStencil-Regular.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/delete-ttf/BigShouldersStencil-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/delete-ttf/BigShouldersStencil-SemiBold.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/variable/BigShouldersStencilSC[opsz,wght].ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/variable/BigShouldersStencilSC[opsz,wght].ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/variable/text/BigShouldersStencilText[wght].ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/variable/text/BigShouldersStencilText[wght].ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencil-ExtraLight.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencil-ExtraLight.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencilDisplay-Black.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencilDisplay-Black.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencilDisplay-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencilDisplay-Bold.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencilDisplay-Light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencilDisplay-Light.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencilDisplay-Thin.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencilDisplay-Thin.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencilText-Medium.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencilText-Medium.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencilText-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencilText-Regular.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencilText-SemiBold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencilText-SemiBold.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencil[opsz,wght].woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencil[opsz,wght].woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/variable/text/BigShouldersInlineSC[opsz,wght].ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/variable/text/BigShouldersInlineSC[opsz,wght].ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/webfonts/BigShouldersInlineDisplay-ExtraBold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/webfonts/BigShouldersInlineDisplay-ExtraBold.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/webfonts/BigShouldersInlineDisplay-SemiBold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/webfonts/BigShouldersInlineDisplay-SemiBold.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/delete-ttf/BigShouldersStencil-ExtraBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/delete-ttf/BigShouldersStencil-ExtraBold.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/ttf/delete-ttf/BigShouldersStencil-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/ttf/delete-ttf/BigShouldersStencil-ExtraLight.ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencilDisplay-Medium.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencilDisplay-Medium.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencilDisplay-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencilDisplay-Regular.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencilText-ExtraBold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencilText-ExtraBold.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencilText-ExtraLight.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencilText-ExtraLight.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/variable/display/BigShouldersInlineDisplay[wght].ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/variable/display/BigShouldersInlineDisplay[wght].ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/variable/display/BigShouldersInlineSC[opsz,wght].ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/variable/display/BigShouldersInlineSC[opsz,wght].ttf -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/webfonts/BigShouldersInlineDisplay-ExtraLight.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Inline/fonts/webfonts/BigShouldersInlineDisplay-ExtraLight.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/variable/text/BigShouldersStencilSC[opsz,wght].ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/variable/text/BigShouldersStencilSC[opsz,wght].ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencilDisplay-ExtraBold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencilDisplay-ExtraBold.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencilDisplay-ExtraLight.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencilDisplay-ExtraLight.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencilDisplay-SemiBold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/webfonts/BigShouldersStencilDisplay-SemiBold.woff2 -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/variable/display/BigShouldersStencilDisplay[wght].ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/variable/display/BigShouldersStencilDisplay[wght].ttf -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/variable/display/BigShouldersStencilSC[opsz,wght].ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xotypeco/big_shoulders/HEAD/Big-Shoulders-Stencil/fonts/variable/display/BigShouldersStencilSC[opsz,wght].ttf -------------------------------------------------------------------------------- /authors.txt: -------------------------------------------------------------------------------- 1 | # This is the official list of project authors for copyright purposes. 2 | # This file is distinct from the CONTRIBUTORS.txt file. 3 | # See the latter for an explanation. 4 | # 5 | # Names should be added to this file as: 6 | # Name or Organization 7 | 8 | House of Pretty, Ltd. -------------------------------------------------------------------------------- /Big-Shoulders/fonts/variable/display/BigShoulders[opsz,wght].ttf.stat.yaml: -------------------------------------------------------------------------------- 1 | - name: Weight 2 | tag: wght 3 | values: 4 | - name: Thin 5 | value: 100 6 | - name: ExtraLight 7 | value: 200 8 | - name: Light 9 | value: 300 10 | - flags: 2 11 | linkedValue: 700 12 | name: Regular 13 | value: 400 14 | - name: Medium 15 | value: 500 16 | - name: SemiBold 17 | value: 600 18 | - name: Bold 19 | value: 700 20 | - name: ExtraBold 21 | value: 800 22 | - name: Black 23 | value: 900 24 | -------------------------------------------------------------------------------- /Big-Shoulders/fonts/variable/text/BigShoulders[opsz,wght].ttf.stat.yaml: -------------------------------------------------------------------------------- 1 | - name: Weight 2 | tag: wght 3 | values: 4 | - name: Thin 5 | value: 100 6 | - name: ExtraLight 7 | value: 200 8 | - name: Light 9 | value: 300 10 | - flags: 2 11 | linkedValue: 700 12 | name: Regular 13 | value: 400 14 | - name: Medium 15 | value: 500 16 | - name: SemiBold 17 | value: 600 18 | - name: Bold 19 | value: 700 20 | - name: ExtraBold 21 | value: 800 22 | - name: Black 23 | value: 900 24 | -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/variable/text/BigShouldersInline[opsz,wght].ttf.stat.yaml: -------------------------------------------------------------------------------- 1 | - name: Weight 2 | tag: wght 3 | values: 4 | - name: Thin 5 | value: 100 6 | - name: ExtraLight 7 | value: 200 8 | - name: Light 9 | value: 300 10 | - flags: 2 11 | linkedValue: 700 12 | name: Regular 13 | value: 400 14 | - name: Medium 15 | value: 500 16 | - name: SemiBold 17 | value: 600 18 | - name: Bold 19 | value: 700 20 | - name: ExtraBold 21 | value: 800 22 | - name: Black 23 | value: 900 24 | -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/variable/display/BigShouldersInline[opsz,wght].ttf.stat.yaml: -------------------------------------------------------------------------------- 1 | - name: Weight 2 | tag: wght 3 | values: 4 | - name: Thin 5 | value: 100 6 | - name: ExtraLight 7 | value: 200 8 | - name: Light 9 | value: 300 10 | - flags: 2 11 | linkedValue: 700 12 | name: Regular 13 | value: 400 14 | - name: Medium 15 | value: 500 16 | - name: SemiBold 17 | value: 600 18 | - name: Bold 19 | value: 700 20 | - name: ExtraBold 21 | value: 800 22 | - name: Black 23 | value: 900 24 | -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/variable/display/BigShouldersStencil[opsz,wght].ttf.stat.yaml: -------------------------------------------------------------------------------- 1 | - name: Weight 2 | tag: wght 3 | values: 4 | - name: Thin 5 | value: 100 6 | - name: ExtraLight 7 | value: 200 8 | - name: Light 9 | value: 300 10 | - flags: 2 11 | linkedValue: 700 12 | name: Regular 13 | value: 400 14 | - name: Medium 15 | value: 500 16 | - name: SemiBold 17 | value: 600 18 | - name: Bold 19 | value: 700 20 | - name: ExtraBold 21 | value: 800 22 | - name: Black 23 | value: 900 24 | -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/variable/text/BigShouldersStencil[opsz,wght].ttf.stat.yaml: -------------------------------------------------------------------------------- 1 | - name: Weight 2 | tag: wght 3 | values: 4 | - name: Thin 5 | value: 100 6 | - name: ExtraLight 7 | value: 200 8 | - name: Light 9 | value: 300 10 | - flags: 2 11 | linkedValue: 700 12 | name: Regular 13 | value: 400 14 | - name: Medium 15 | value: 500 16 | - name: SemiBold 17 | value: 600 18 | - name: Bold 19 | value: 700 20 | - name: ExtraBold 21 | value: 800 22 | - name: Black 23 | value: 900 24 | -------------------------------------------------------------------------------- /contributors.txt: -------------------------------------------------------------------------------- 1 | # This is the list of people who have contributed to this project, 2 | # and includes those not listed in AUTHORS.txt because they are not 3 | # copyright authors. For example, company employees may be listed 4 | # here because their company holds the copyright and is listed there. 5 | # 6 | # When adding J Random Contributor's name to this file, either J's 7 | # name or J's organization's name should be added to AUTHORS.txt 8 | # 9 | # Names should be added to this file as: 10 | # Name 11 | 12 | Patric King 13 | Yanone 14 | Viviana Monsalve -------------------------------------------------------------------------------- /Big-Shoulders/fonts/variable/BigShoulders[opsz,wght].ttf.stat.yaml: -------------------------------------------------------------------------------- 1 | BigShoulders[opsz,wght].ttf: 2 | - name: Optical size 3 | tag: opsz 4 | values: 5 | - name: Text 6 | value: 10 7 | - flags: 2 8 | name: Display 9 | value: 72 10 | - name: Weight 11 | tag: wght 12 | values: 13 | - name: Thin 14 | value: 100 15 | - name: ExtraLight 16 | value: 200 17 | - name: Light 18 | value: 300 19 | - flags: 2 20 | linkedValue: 700 21 | name: Regular 22 | value: 400 23 | - name: Medium 24 | value: 500 25 | - name: SemiBold 26 | value: 600 27 | - name: Bold 28 | value: 700 29 | - name: ExtraBold 30 | value: 800 31 | - name: Black 32 | value: 900 33 | -------------------------------------------------------------------------------- /Big-Shoulders-Inline/fonts/variable/BigShouldersInline[opsz,wght].ttf.stat.yaml: -------------------------------------------------------------------------------- 1 | BigShouldersInline[opsz,wght].ttf: 2 | - name: Optical size 3 | tag: opsz 4 | values: 5 | - name: Text 6 | value: 10 7 | - flags: 2 8 | name: Display 9 | value: 72 10 | - name: Weight 11 | tag: wght 12 | values: 13 | - name: Thin 14 | value: 100 15 | - name: ExtraLight 16 | value: 200 17 | - name: Light 18 | value: 300 19 | - flags: 2 20 | linkedValue: 700 21 | name: Regular 22 | value: 400 23 | - name: Medium 24 | value: 500 25 | - name: SemiBold 26 | value: 600 27 | - name: Bold 28 | value: 700 29 | - name: ExtraBold 30 | value: 800 31 | - name: Black 32 | value: 900 33 | -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/fonts/variable/BigShouldersStencil[opsz,wght].ttf.stat.yaml: -------------------------------------------------------------------------------- 1 | BigShouldersStencil[opsz,wght].ttf: 2 | - name: Optical size 3 | tag: opsz 4 | values: 5 | - name: Text 6 | value: 10 7 | - flags: 2 8 | name: Display 9 | value: 72 10 | - name: Weight 11 | tag: wght 12 | values: 13 | - name: Thin 14 | value: 100 15 | - name: ExtraLight 16 | value: 200 17 | - name: Light 18 | value: 300 19 | - flags: 2 20 | linkedValue: 700 21 | name: Regular 22 | value: 400 23 | - name: Medium 24 | value: 500 25 | - name: SemiBold 26 | value: 600 27 | - name: Bold 28 | value: 700 29 | - name: ExtraBold 30 | value: 800 31 | - name: Black 32 | value: 900 33 | -------------------------------------------------------------------------------- /Big-Shoulders-Inline/sources/BigS-In-vf-Text.yml: -------------------------------------------------------------------------------- 1 | sources: 2 | - BigShouldersInline.glyphs 3 | familyName: Big Shoulders Inline Text 4 | vfDir: ../fonts/variable/text 5 | buildStatic: False 6 | buildWebfont: False 7 | axisOrder: 8 | - wght 9 | stat: 10 | - name: Weight 11 | tag: wght 12 | values: 13 | - name: Thin 14 | value: 100 15 | - name: ExtraLight 16 | value: 200 17 | - name: Light 18 | value: 300 19 | - name: Regular 20 | value: 400 21 | linkedValue: 700 22 | flags: 2 23 | - name: Medium 24 | value: 500 25 | - name: SemiBold 26 | value: 600 27 | - name: Bold 28 | value: 700 29 | - name: ExtraBold 30 | value: 800 31 | - name: Black 32 | value: 900 33 | -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/sources/BigS-St-vf-Text.yml: -------------------------------------------------------------------------------- 1 | sources: 2 | - BigShouldersStencil.glyphs 3 | familyName: Big Shoulders Stencil Text 4 | vfDir: ../fonts/variable/text 5 | buildStatic: False 6 | buildWebfont: False 7 | axisOrder: 8 | - wght 9 | stat: 10 | - name: Weight 11 | tag: wght 12 | values: 13 | - name: Thin 14 | value: 100 15 | - name: ExtraLight 16 | value: 200 17 | - name: Light 18 | value: 300 19 | - name: Regular 20 | value: 400 21 | linkedValue: 700 22 | flags: 2 23 | - name: Medium 24 | value: 500 25 | - name: SemiBold 26 | value: 600 27 | - name: Bold 28 | value: 700 29 | - name: ExtraBold 30 | value: 800 31 | - name: Black 32 | value: 900 33 | -------------------------------------------------------------------------------- /Big-Shoulders-Inline/sources/BigS-In-vf-Display.yml: -------------------------------------------------------------------------------- 1 | sources: 2 | - BigShouldersInline.glyphs 3 | familyName: Big Shoulders Inline Display 4 | vfDir: ../fonts/variable/display 5 | buildStatic: False 6 | buildWebfont: False 7 | axisOrder: 8 | - wght 9 | stat: 10 | - name: Weight 11 | tag: wght 12 | values: 13 | - name: Thin 14 | value: 100 15 | - name: ExtraLight 16 | value: 200 17 | - name: Light 18 | value: 300 19 | - name: Regular 20 | value: 400 21 | linkedValue: 700 22 | flags: 2 23 | - name: Medium 24 | value: 500 25 | - name: SemiBold 26 | value: 600 27 | - name: Bold 28 | value: 700 29 | - name: ExtraBold 30 | value: 800 31 | - name: Black 32 | value: 900 33 | -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/sources/BigS-St-vf-Display.yml: -------------------------------------------------------------------------------- 1 | sources: 2 | - BigShouldersStencil.glyphs 3 | familyName: Big Shoulders Stencil Display 4 | vfDir: ../fonts/variable/display 5 | buildStatic: False 6 | buildWebfont: False 7 | axisOrder: 8 | - wght 9 | stat: 10 | - name: Weight 11 | tag: wght 12 | values: 13 | - name: Thin 14 | value: 100 15 | - name: ExtraLight 16 | value: 200 17 | - name: Light 18 | value: 300 19 | - name: Regular 20 | value: 400 21 | linkedValue: 700 22 | flags: 2 23 | - name: Medium 24 | value: 500 25 | - name: SemiBold 26 | value: 600 27 | - name: Bold 28 | value: 700 29 | - name: ExtraBold 30 | value: 800 31 | - name: Black 32 | value: 900 33 | -------------------------------------------------------------------------------- /Documentation/DESCRIPTION.en_us.html: -------------------------------------------------------------------------------- 1 |

Big Shoulders is a superfamily of condensed American Gothic variable fonts, created for the Chicago Design System, and the citizens of Chicago. The family's tall, sans-serif forms are based in Chicago's multiple histories in railway transport, public political action, and dance.

2 | 3 |

Big Shoulders is used in the Chicago Design System as the primary typeface to identify Chicago and its citizens allowing the Chicagoans to speak with one consistent typographic voice.

4 | 5 |

Big Shoulders Stencil explores Chicago's histories in work and protest, and is designed to apply the Chicagoan voice to those uses.

6 | 7 |

Big Shoulders Inline formalizes a local typographic vernacular for celebration, taking its hypnotic inline design from Black Chicagoans' House parties, and local LGBTQ dance events, a tradition beginning in the early 1980s.

8 | 9 |

To contribute, see github.com/xotypeco/big_shoulders.

10 | -------------------------------------------------------------------------------- /Big-Shoulders/sources/BigS-vf-Text.yml: -------------------------------------------------------------------------------- 1 | sources: 2 | - BigShoulders.glyphs 3 | familyName: Big Shoulders Text 4 | vfDir: ../fonts/variable/text 5 | buildStatic: False 6 | buildWebfont: False 7 | axisOrder: 8 | - wght 9 | stat: 10 | - name: Weight 11 | tag: wght 12 | values: 13 | - name: Thin 14 | value: 100 15 | - name: ExtraLight 16 | value: 200 17 | - name: Light 18 | value: 300 19 | - name: Regular 20 | value: 400 21 | linkedValue: 700 22 | flags: 2 23 | - name: Medium 24 | value: 500 25 | - name: SemiBold 26 | value: 600 27 | - name: Bold 28 | value: 700 29 | - name: ExtraBold 30 | value: 800 31 | - name: Black 32 | value: 900 33 | # instances: 34 | # BigShoulders[opsz,wght].ttf: 35 | # - familyName: "Big Shoulders Text" 36 | # # styleName: "Regular" 37 | # coordinates: 38 | # opsz: 10 39 | # wght: 100 -------------------------------------------------------------------------------- /Big-Shoulders/sources/BigS-vf-Display.yml: -------------------------------------------------------------------------------- 1 | sources: 2 | - BigShoulders.glyphs 3 | familyName: Big Shoulders Display 4 | vfDir: ../fonts/variable/display 5 | buildStatic: False 6 | buildWebfont: False 7 | axisOrder: 8 | - wght 9 | stat: 10 | - name: Weight 11 | tag: wght 12 | values: 13 | - name: Thin 14 | value: 100 15 | - name: ExtraLight 16 | value: 200 17 | - name: Light 18 | value: 300 19 | - name: Regular 20 | value: 400 21 | linkedValue: 700 22 | flags: 2 23 | - name: Medium 24 | value: 500 25 | - name: SemiBold 26 | value: 600 27 | - name: Bold 28 | value: 700 29 | - name: ExtraBold 30 | value: 800 31 | - name: Black 32 | value: 900 33 | # instances: 34 | # BigShoulders[opsz,wght].ttf: 35 | # - familyName: "Big Shoulders Text" 36 | # # styleName: "Regular" 37 | # coordinates: 38 | # opsz: 10 39 | # wght: 100 -------------------------------------------------------------------------------- /Big-Shoulders/sources/build-B.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | set -e 3 | #source ../venv/bin/activate 4 | 5 | 6 | VF_FILE=BigShoulders\[opsz,wght\].ttf 7 | 8 | echo "BUILD BIG SHOULDERS vf" 9 | gftools builder config.yml 10 | 11 | 12 | echo "BUILD TEXT vf" 13 | gftools builder BigS-vf-Text.yml 14 | fonttools varLib.instancer ../fonts/variable/text/$VF_FILE opsz=10 -o ../fonts/variable/text/BigShouldersText\[wght\].ttf 15 | rm ../fonts/variable/text/$VF_FILE 16 | 17 | 18 | echo "BUILD DISPLAY vf" 19 | gftools builder BigS-vf-Display.yml 20 | fonttools varLib.instancer ../fonts/variable/display/$VF_FILE opsz=72 -o ../fonts/variable/display/BigShouldersDisplay\[wght\].ttf 21 | rm ../fonts/variable/display/$VF_FILE 22 | 23 | 24 | echo "Deleting unnecessary static ttf" 25 | mkdir -p ../fonts/ttf/delete-ttf 26 | mv ../fonts/ttf/BigShoulders-*.ttf ../fonts/ttf/delete-ttf 27 | rm -rf ../fonts/ttf/delete-ttf 28 | 29 | 30 | echo "Deleting unnecessary static otf" 31 | mkdir -p ../fonts/otf/delete-otf 32 | mv ../fonts/otf/BigShoulders-*.otf ../fonts/otf/delete-otf 33 | rm -rf ../fonts/otf/delete-otf 34 | 35 | 36 | echo "DONE!" -------------------------------------------------------------------------------- /Big-Shoulders-Inline/sources/config.yml: -------------------------------------------------------------------------------- 1 | sources: 2 | - BigShouldersInline.glyphs 3 | familyName: Big Shoulders Inline 4 | autohintOTF: false 5 | # buildOTF: False 6 | # buildTTF: False 7 | # buildWebfont: False 8 | axisOrder: 9 | - opsz 10 | - wght 11 | stat: 12 | BigShouldersInline[opsz,wght].ttf: 13 | - name: Optical size 14 | tag: opsz 15 | values: 16 | - name: 10pt 17 | value: 10 18 | - name: 72pt 19 | value: 72 20 | flags: 2 21 | - name: Weight 22 | tag: wght 23 | values: 24 | - name: Thin 25 | value: 100 26 | - name: ExtraLight 27 | value: 200 28 | - name: Light 29 | value: 300 30 | - name: Regular 31 | value: 400 32 | linkedValue: 700 33 | flags: 2 34 | - name: Medium 35 | value: 500 36 | - name: SemiBold 37 | value: 600 38 | - name: Bold 39 | value: 700 40 | - name: ExtraBold 41 | value: 800 42 | - name: Black 43 | value: 900 44 | -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/sources/config.yml: -------------------------------------------------------------------------------- 1 | sources: 2 | - BigShouldersStencil.glyphs 3 | familyName: Big Shoulders Stencil 4 | autohintOTF: false 5 | # buildOTF: False 6 | # buildTTF: False 7 | # buildWebfont: False 8 | axisOrder: 9 | - opsz 10 | - wght 11 | stat: 12 | BigShouldersStencil[opsz,wght].ttf: 13 | - name: Optical size 14 | tag: opsz 15 | values: 16 | - name: 10pt 17 | value: 10 18 | - name: 72pt 19 | value: 72 20 | flags: 2 21 | - name: Weight 22 | tag: wght 23 | values: 24 | - name: Thin 25 | value: 100 26 | - name: ExtraLight 27 | value: 200 28 | - name: Light 29 | value: 300 30 | - name: Regular 31 | value: 400 32 | linkedValue: 700 33 | flags: 2 34 | - name: Medium 35 | value: 500 36 | - name: SemiBold 37 | value: 600 38 | - name: Bold 39 | value: 700 40 | - name: ExtraBold 41 | value: 800 42 | - name: Black 43 | value: 900 44 | -------------------------------------------------------------------------------- /Big-Shoulders-Inline/sources/build-B-Inline.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | set -e 3 | #source ../venv/bin/activate 4 | 5 | 6 | VF_FILE=BigShouldersInline\[opsz,wght]\.ttf 7 | 8 | echo "BUILD BIG SHOULDERS INLINE vf" 9 | gftools builder config.yml 10 | 11 | 12 | echo "BUILD INLINE TEXT vf" 13 | gftools builder BigS-In-vf-Text.yml 14 | fonttools varLib.instancer ../fonts/variable/text/$VF_FILE opsz=10 -o ../fonts/variable/text/BigShouldersInlineText\[wght\].ttf 15 | rm ../fonts/variable/text/$VF_FILE 16 | 17 | 18 | echo "BUILD INLINE DISPLAY vf" 19 | gftools builder BigS-In-vf-Display.yml 20 | fonttools varLib.instancer ../fonts/variable/display/$VF_FILE opsz=72 -o ../fonts/variable/display/BigShouldersInlineDisplay\[wght\].ttf 21 | rm ../fonts/variable/display/$VF_FILE 22 | 23 | 24 | echo "Deleting unnecessary static ttf" 25 | mkdir -p ../fonts/ttf/delete-ttf 26 | mv ../fonts/ttf/BigShouldersInline-*.ttf ../fonts/ttf/delete-ttf 27 | rm ../fonts/ttf/delete-ttf 28 | 29 | 30 | echo "Deleting unnecessary static otf" 31 | mkdir -p ../fonts/ttf/delete-ttf 32 | mv ../fonts/ttf/BigShouldersInline-*.ttf ../fonts/ttf/delete-ttf 33 | rm ../fonts/ttf/delete-ttf 34 | 35 | 36 | echo "DONE!" -------------------------------------------------------------------------------- /Big-Shoulders-Stencil/sources/build-B-Stencil.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | set -e 3 | #source ../venv/bin/activate 4 | 5 | 6 | VF_FILE=BigShouldersStencil\[opsz,wght]\.ttf 7 | 8 | echo "BUILD BIG SHOULDERS STENCIL vf" 9 | gftools builder config.yml 10 | 11 | 12 | echo "BUILD STENCIL TEXT vf" 13 | gftools builder BigS-St-vf-Text.yml 14 | fonttools varLib.instancer ../fonts/variable/text/$VF_FILE opsz=10 -o ../fonts/variable/text/BigShouldersStencilText\[wght\].ttf 15 | rm ../fonts/variable/text/$VF_FILE 16 | 17 | 18 | echo "BUILD STENCIL DISPLAY vf" 19 | gftools builder BigS-St-vf-Display.yml 20 | fonttools varLib.instancer ../fonts/variable/display/$VF_FILE opsz=72 -o ../fonts/variable/display/BigShouldersStencilDisplay\[wght\].ttf 21 | rm ../fonts/variable/display/$VF_FILE 22 | 23 | 24 | echo "Deleting unnecessary static ttf" 25 | mkdir -p ../fonts/ttf/delete-ttf 26 | mv ../fonts/ttf/BigShouldersStencil-*.ttf ../fonts/ttf/delete-ttf 27 | rm ../fonts/ttf/delete-ttf 28 | 29 | 30 | echo "Deleting unnecessary static otf" 31 | mkdir -p ../fonts/ttf/delete-otf 32 | mv ../fonts/ttf/BigShouldersStencil-*.otf ../fonts/ttf/delete-otf 33 | rm ../fonts/ttf/delete-ttf 34 | 35 | 36 | echo "DONE!" 37 | -------------------------------------------------------------------------------- /Big-Shoulders/sources/config.yml: -------------------------------------------------------------------------------- 1 | sources: 2 | - BigShoulders.glyphs 3 | familyName: Big Shoulders 4 | autohintOTF: false 5 | # buildOTF: False 6 | # buildTTF: False 7 | # buildWebfont: False 8 | axisOrder: 9 | - opsz 10 | - wght 11 | stat: 12 | BigShoulders[opsz,wght].ttf: 13 | - name: Optical size 14 | tag: opsz 15 | values: 16 | - name: 10pt 17 | value: 10 18 | - name: 72pt 19 | value: 72 20 | flags: 2 21 | - name: Weight 22 | tag: wght 23 | values: 24 | - name: Thin 25 | value: 100 26 | - name: ExtraLight 27 | value: 200 28 | - name: Light 29 | value: 300 30 | - name: Regular 31 | value: 400 32 | linkedValue: 700 33 | flags: 2 34 | - name: Medium 35 | value: 500 36 | - name: SemiBold 37 | value: 600 38 | - name: Bold 39 | value: 700 40 | - name: ExtraBold 41 | value: 800 42 | - name: Black 43 | value: 900 44 | # instances: 45 | # BigShoulders[opsz,wght].ttf: 46 | # - familyName: "Big Shoulders Text" 47 | # # styleName: "Regular" 48 | # coordinates: 49 | # opsz: 10 50 | # wght: 100 51 | -------------------------------------------------------------------------------- /.github/workflows/BigShouldersInline-VF-CI.yml: -------------------------------------------------------------------------------- 1 | name: FB CI - Inline - VF Fonts 2 | 3 | on: 4 | push: 5 | branches: 6 | - master 7 | paths: 8 | - sources/** 9 | pull_request: 10 | branches: 11 | - master 12 | paths: 13 | - sources/** 14 | 15 | jobs: 16 | static-font-ci-job: 17 | runs-on: ubuntu-latest 18 | strategy: 19 | matrix: 20 | python-version: [3.8] 21 | name: Fontbakery Inline CI - VF Fonts 22 | steps: 23 | - name: Check out source repository 24 | uses: actions/checkout@v2 25 | - name: Set up Python v${{ matrix.python-version }} environment 26 | uses: actions/setup-python@v1 27 | with: 28 | python-version: ${{ matrix.python-version }} 29 | - name: Python build dependency cache lookup 30 | uses: actions/cache@v1 31 | with: 32 | path: ~/.cache/pip 33 | # Check for requirements file cache hit 34 | key: ${{ runner.os }}-pip-${{ hashFiles('${{ steps.config.outputs.dependpath }}') }} 35 | - name: Install Python build dependencies 36 | uses: py-actions/py-dependency-install@v2 37 | with: 38 | update-wheel: "true" 39 | update-setuptools: "true" 40 | - name: Install ttfautohint 41 | run: | 42 | sudo apt-get update 43 | sudo apt-get install ttfautohint 44 | - name: Build Big-Shoulders-Inline VF fonts 45 | run: cd Big-Shoulders-Inline && cd sources && ./build-B-Inline.sh && cd .. 46 | - name: Fontbakery CI Inline VF 47 | uses: f-actions/font-bakery@v1 48 | with: 49 | version: "latest" 50 | subcmd: "check-googlefonts" 51 | args: "-C --succinct --loglevel WARN --ghmarkdown fonts/report.md" 52 | path: "fonts/variable/*.ttf" 53 | -------------------------------------------------------------------------------- /.github/workflows/BigShouldersStencil-VF-CI.yml: -------------------------------------------------------------------------------- 1 | name: FB CI - Stencil VF Fonts 2 | 3 | # on: [push, pull_request] 4 | 5 | on: 6 | push: 7 | branches: 8 | - master 9 | paths: 10 | - sources/** 11 | pull_request: 12 | branches: 13 | - master 14 | paths: 15 | - sources/** 16 | 17 | jobs: 18 | static-font-ci-job: 19 | runs-on: ubuntu-latest 20 | strategy: 21 | matrix: 22 | python-version: [3.8] 23 | name: Fontbakery Stencil CI - VF Fonts 24 | steps: 25 | - name: Check out source repository 26 | uses: actions/checkout@v2 27 | - name: Set up Python v${{ matrix.python-version }} environment 28 | uses: actions/setup-python@v1 29 | with: 30 | python-version: ${{ matrix.python-version }} 31 | - name: Python build dependency cache lookup 32 | uses: actions/cache@v1 33 | with: 34 | path: ~/.cache/pip 35 | # Check for requirements file cache hit 36 | key: ${{ runner.os }}-pip-${{ hashFiles('${{ steps.config.outputs.dependpath }}') }} 37 | - name: Install Python build dependencies 38 | uses: py-actions/py-dependency-install@v2 39 | with: 40 | update-wheel: "true" 41 | update-setuptools: "true" 42 | - name: Install ttfautohint 43 | run: | 44 | sudo apt-get update 45 | sudo apt-get install ttfautohint 46 | - name: Build Big-Shoulders-Stencil VF fonts 47 | run: cd Big-Shoulders-Stencil && cd source && ./build-B-Stencil.sh && cd .. 48 | - name: Fontbakery CI Stencil VF 49 | uses: f-actions/font-bakery@v1 50 | with: 51 | version: "latest" 52 | subcmd: "check-googlefonts" 53 | args: "-C --succinct --loglevel WARN --ghmarkdown fonts/report.md" 54 | path: "fonts/variable/*.ttf" 55 | -------------------------------------------------------------------------------- /.github/workflows/BigShoulders-VF-CI.yml: -------------------------------------------------------------------------------- 1 | name: FB CI - VF Fonts 2 | 3 | # on: [push, pull_request] 4 | 5 | on: 6 | push: 7 | branches: 8 | - master 9 | paths: 10 | - BigShoulders/sources/** 11 | pull_request: 12 | branches: 13 | - master 14 | paths: 15 | - BigShoulders/sources/** 16 | 17 | jobs: 18 | static-font-ci-job: 19 | runs-on: ubuntu-latest 20 | strategy: 21 | matrix: 22 | python-version: [3.8] 23 | name: Fontbakery Main CI - VF Fonts 24 | steps: 25 | - name: Check out source repository 26 | uses: actions/checkout@v2 27 | - name: Set up Python v${{ matrix.python-version }} environment 28 | uses: actions/setup-python@v1 29 | with: 30 | python-version: ${{ matrix.python-version }} 31 | - name: Python build dependency cache lookup 32 | uses: actions/cache@v1 33 | with: 34 | path: ~/.cache/pip 35 | # Check for requirements file cache hit 36 | key: ${{ runner.os }}-pip-${{ hashFiles('${{ steps.config.outputs.dependpath }}') }} 37 | - name: Install Python build dependencies 38 | uses: py-actions/py-dependency-install@v2 39 | with: 40 | update-wheel: "true" 41 | update-setuptools: "true" 42 | - name: Install ttfautohint 43 | run: | 44 | sudo apt-get update 45 | sudo apt-get install ttfautohint 46 | - name: Build Big-Shoulders fonts 47 | id: build_fonts 48 | run: cd Big-Shoulders && cd sources && ./build-B.sh && cd .. 49 | - uses: actions/upload-artifact@v2 50 | with: 51 | name: vf-ttf-generated 52 | path: fonts/variable/*.ttf 53 | - name: Fontbakery CI VF 54 | uses: f-actions/font-bakery@v1 55 | with: 56 | version: "latest" 57 | subcmd: "check-googlefonts" 58 | args: "-C --succinct --loglevel WARN --ghmarkdown fonts/report.md" 59 | path: "fonts/variable/*.ttf" 60 | -------------------------------------------------------------------------------- /Documentation/bigshoulders.css: -------------------------------------------------------------------------------- 1 | # /* Adding Big Shoulders to your web project 2 | # 3 | # 1: put your WOFF and WOFF2 files into a folder called “type” at the top level of your domain’s web-visible folder 4 | # 5 | # 2: add the following code to the top of your CSS, deleting notes if you want */ 6 | 7 | 8 | @font-face { 9 | font-family: 'bigshoulders-sb'; 10 | src: url('/type/BigShoulders-SemiBold.woff') format('woff'); 11 | src: url('/type/BigShoulders-SemiBold.woff2') format('woff2'); 12 | font-weight: 600; 13 | font-weight: normal; 14 | font-style: normal; 15 | } 16 | 17 | @font-face { 18 | font-family: 'bigshoulders-xb'; 19 | src: url('type/BigShoulders-ExtraBold.woff') format('woff'); 20 | src: url('type/BigShoulders-ExtraBold.woff2') format('woff2'); 21 | font-weight: 800; 22 | font-weight: normal; 23 | font-style: normal; 24 | font-kerning: normal; 25 | } 26 | 27 | /* this rule gives Big Shoulders shorter names in your CSS. */ 28 | 29 | .bs-sb { 30 | font-family: 'bigshoulders-sb'; 31 | font-kerning: normal; 32 | font-variant-ligatures: common-ligatures; 33 | font-variant-ligatures: discretionary-ligatures; 34 | } 35 | 36 | .bs-xb { 37 | font-family: 'bigshoulders-xb'; 38 | font-kerning: normal; 39 | font-variant-ligatures: common-ligatures; 40 | font-variant-ligatures: discretionary-ligatures; 41 | } 42 | 43 | # /* this rule makes your html typography all-caps. to use it, you’d call a CSS element .bs-sb caps */ 44 | 45 | .caps { 46 | text-transform: uppercase; 47 | } 48 | 49 | # /* this rule makes your html typography small caps. to use it, you’d call a CSS element .bs-sb caps */ 50 | 51 | .smcp { 52 | font-variant-caps: all-small-caps; 53 | } 54 | 55 | # /* this rule makes your html use case-sensitive punctuation, so things like @ and the upside down question mark are aligned with all-caps and small-caps typography. to use it, you’d call a CSS element .bs-sb case, which can also be added to caps and smcp,like .bs-sb smcp case */ 56 | 57 | 58 | .case { 59 | font-feature-settings: "case" on; 60 | } -------------------------------------------------------------------------------- /Documentation/FONTLOG.txt: -------------------------------------------------------------------------------- 1 | 2 | FONTLOG for Big Shoulders fonts 3 | 4 | This file provides detailed information on the Big Shoulders 5 | Font Software. 6 | 7 | This information should be distributed along with the 8 | Big Shoulders fonts and any derivative works. 9 | 10 | Basic Font Information 11 | 12 | Big Shoulders is a superfamily of condensed American Gothic typefaces, created for the Chicago Design System, as well as the citizens of Chicago. The family's tall, sans-serif forms are based in Chicago's multiple histories in railway transport, public political action, and dance. 13 | 14 | Big Shoulders, the primary family, is used in the Chicago Design System as the primary typeface to identify Chicago and its citizens. Big Shoulders allows to Chicagoans to speak with one consistent typographic voice. 15 | 16 | Big Shoulders Stencil explores Chicago’s histories in work and protest, and is designed to apply the Chicagoan voice to those uses. 17 | 18 | Big Shoulders Inline formalizes a local typographic vernacular for celebration, taking its hypnotic inline design from Chicago House parties, and local LGBTQ dance events, a tradition beginning in the early 1980s. 19 | 20 | Big Shoulders language support includes full covers of Vietnamese, additional to all Western, Central, and South-Eastern European languages. 21 | 22 | More specifically, this release supports the following 23 | Unicode ranges: Latin-1, Latin-1 Supplement, Latin Extended-A, some of Latin Extended-B 24 | 25 | For each style there is 1 Source file: 26 | 27 | 1. font_name_style.glyphs Original Source Files in glyphs format including masters for both Text and Display optical sizes 28 | 29 | for each style there are 51 font files: 30 | 31 | 1. fontname_weight.otf OTF binary (16 fint files per style, 8 each for Text and Display) 32 | 33 | 2. fontname_weight.ttf TrueType binary, unhinted (16 fint files per style, 8 each for Text and Display) 34 | 35 | 3. fontname[wght].ttf Variable font binary, unhinted (1 each for Text and Display) 36 | 37 | 4. fontname[opsz,wght].ttf Variable font binary, unhinted (this combines optical size and weight into a single variable font file) 38 | 39 | 5. fontname_weight.woff2 webfont binary, unhinted (16 fint files per style, 8 each for Text and Display) 40 | 41 | To contribute to the project contact Patric King 42 | at info@xotype.co 43 | 44 | 45 | ChangeLog 46 | 47 | Big Shoulders v1.000 (September 2019) 48 | - Initial release of Big Shoulders style (not including Stencil or Inline) in Text and Display optical sizes 49 | 50 | Big Shoulders v1.101 (October 2020) 51 | - Revised Vietnamese diacritics 52 | - Revised Polish diacritics 53 | - revision of some character shapes 54 | - addition of Chicago Star and Chicago Rectangle 55 | 56 | Big Shoulders Stencil v1.000 (September 2020) 57 | - Initial release of Big Shoulders Stencil in Text and Display optical sizes 58 | 59 | Big Shoulders Inline v1.000 (September 2020) 60 | - Initial release of Big Shoulders Inline style in Text and Display optical sizes 61 | 62 | 63 | If you make modifications be sure to add your name (N), 64 | email (E), web-address (if you have one) (W) and 65 | description (D). This list is in alphabetical order. 66 | 67 | N: Patric King 68 | E: info@xotype.co 69 | W: https://xotype.co 70 | D: Original Type Designer -------------------------------------------------------------------------------- /OFL.txt: -------------------------------------------------------------------------------- 1 | Copyright 2019 The Big Shoulders Project Authors (https://github.com/xotypeco/big_shoulders) 2 | 3 | This Font Software is licensed under the SIL Open Font License, Version 1.1. 4 | This license is copied below, and is also available with a FAQ at: 5 | http://scripts.sil.org/OFL 6 | 7 | 8 | ----------------------------------------------------------- 9 | SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 10 | ----------------------------------------------------------- 11 | 12 | PREAMBLE 13 | The goals of the Open Font License (OFL) are to stimulate worldwide 14 | development of collaborative font projects, to support the font creation 15 | efforts of academic and linguistic communities, and to provide a free and 16 | open framework in which fonts may be shared and improved in partnership 17 | with others. 18 | 19 | The OFL allows the licensed fonts to be used, studied, modified and 20 | redistributed freely as long as they are not sold by themselves. The 21 | fonts, including any derivative works, can be bundled, embedded, 22 | redistributed and/or sold with any software provided that any reserved 23 | names are not used by derivative works. The fonts and derivatives, 24 | however, cannot be released under any other type of license. The 25 | requirement for fonts to remain under this license does not apply 26 | to any document created using the fonts or their derivatives. 27 | 28 | DEFINITIONS 29 | "Font Software" refers to the set of files released by the Copyright 30 | Holder(s) under this license and clearly marked as such. This may 31 | include source files, build scripts and documentation. 32 | 33 | "Reserved Font Name" refers to any names specified as such after the 34 | copyright statement(s). 35 | 36 | "Original Version" refers to the collection of Font Software components as 37 | distributed by the Copyright Holder(s). 38 | 39 | "Modified Version" refers to any derivative made by adding to, deleting, 40 | or substituting -- in part or in whole -- any of the components of the 41 | Original Version, by changing formats or by porting the Font Software to a 42 | new environment. 43 | 44 | "Author" refers to any designer, engineer, programmer, technical 45 | writer or other person who contributed to the Font Software. 46 | 47 | PERMISSION & CONDITIONS 48 | Permission is hereby granted, free of charge, to any person obtaining 49 | a copy of the Font Software, to use, study, copy, merge, embed, modify, 50 | redistribute, and sell modified and unmodified copies of the Font 51 | Software, subject to the following conditions: 52 | 53 | 1) Neither the Font Software nor any of its individual components, 54 | in Original or Modified Versions, may be sold by itself. 55 | 56 | 2) Original or Modified Versions of the Font Software may be bundled, 57 | redistributed and/or sold with any software, provided that each copy 58 | contains the above copyright notice and this license. These can be 59 | included either as stand-alone text files, human-readable headers or 60 | in the appropriate machine-readable metadata fields within text or 61 | binary files as long as those fields can be easily viewed by the user. 62 | 63 | 3) No Modified Version of the Font Software may use the Reserved Font 64 | Name(s) unless explicit written permission is granted by the corresponding 65 | Copyright Holder. This restriction only applies to the primary font name as 66 | presented to the users. 67 | 68 | 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font 69 | Software shall not be used to promote, endorse or advertise any 70 | Modified Version, except to acknowledge the contribution(s) of the 71 | Copyright Holder(s) and the Author(s) or with their explicit written 72 | permission. 73 | 74 | 5) The Font Software, modified or unmodified, in part or in whole, 75 | must be distributed entirely under this license, and must not be 76 | distributed under any other license. The requirement for fonts to 77 | remain under this license does not apply to any document created 78 | using the Font Software. 79 | 80 | TERMINATION 81 | This license becomes null and void if any of the above conditions are 82 | not met. 83 | 84 | DISCLAIMER 85 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 86 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 87 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 88 | OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE 89 | COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 90 | INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL 91 | DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 92 | FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM 93 | OTHER DEALINGS IN THE FONT SOFTWARE. 94 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Big Shoulders 2 | 3 | Big Shoulders is a superfamily of condensed American Gothic variable fonts, created for the Chicago Design System, as well as the citizens of Chicago. The family's tall, sans-serif forms are based in Chicago's multiple histories in railway transport, public political action, and dance. 4 | 5 | ![Big Shoulders sample slide](Documentation/big-shoulders-sample-slide.png) 6 | 7 | The entire family is hosted on Google Fonts. It can also be found at xotype.co, or in Adobe Creative Cloud. 8 | 9 |
10 | 11 | ## Build Instructions 12 | 13 | The Big Shoulders superfamily is composed of Big Shoulders, Big Shoulders Stencil, and Big Shoulders Inline. 14 | 15 | The families are built using fontmake and gftools post processing script. Tools are all python based. 16 | 17 | To install all the Python tools, first create a virtualenv. This step should be done only once: 18 | 19 | ``` 20 | 21 | # create a virtual environment 22 | python3 -m venv venv 23 | 24 | # activate the venv 25 | source venv/bin/activate 26 | 27 | # install the required dependencies 28 | pip install -r requirements.txt 29 | 30 | ``` 31 | 32 | Once the virtual environment is activated, run the build script that is on each subfamily folder in the terminal, e.g.: 33 | 34 | ``` 35 | cd Big-Shoulders 36 | cd sources 37 | sh build-B.sh 38 | ``` 39 |
40 | 41 | ## Change log 42 | 43 | updated as of 08/27/2020 44 | 45 | Big Shoulders VF Text and Display version 2.002 46 | Stat table fix for publishing into Google Fonts 47 | 48 | Big Shoulders Inline VF Text and Display version 2.002 49 | Stat table fix for publishing into Google Fonts 50 | 51 | Big Shoulders Stencil VF Text and Display version 2.001 52 | Stat table fix for publishing into Google Fonts 53 | 54 | updated as of 04/17/2020 55 | 56 | added Big Shoulders Stencil version 1.0 57 | 58 | added Big Shoulders Inline version 1.0 59 | 60 | Updated Big Shoulders to version 1.1 61 | 62 | note that v1.0 of Big Shoulders Stencil & Inline contain the same changes introduced in Big Shoulders v1.1 63 | 64 | corrected Polish diacritics (many thanks to Cathy Kwiatkowski) 65 | 66 | removed case-sensitive combining marks 67 | 68 | corrected positioning of all combining marks 69 | 70 | corrected lowercase d, l and t with caron 71 | 72 | added tf ligature 73 | 74 | added rectangle for Chicago Design System logotypes, can be invoked with discretionary ligatures turned on and typing CHIRECT 75 | 76 | added six pointed star glyph as an alternate method of invoking the Chicago star 77 | 78 | added filled rectangle glyph to invoke Chicago rectangle 79 | 80 | updated bar glyph to better work in context of Chicago departmental acronyms 81 | 82 | updated as of 08/14/2019 83 | 84 | changed keyboard combo to get a Chicago star. now you type CHISTAR (making sure discretionary ligatures are turned on). your application should automatically replace it with a six-pointed star. 85 | 86 | updated as of 08/07/2019 87 | 88 | added Optical Size axis, so the family is now 16 fonts: Big Shoulders Text (in 8 weights) and Big Shoulders Display (in 8 weights). 89 | 90 | the Variable Font family name is Big Shoulders; styles appear in a style submenu with text and Display interleaved. 91 | 92 | the OTF and TTF family names are split into Big Shoulders Text and Big Shoulders Display; you’ll see both with an 8-weight submenu, from Thin to Black. 93 | 94 | use Big Shoulders Text for sizes up to 72 point. use Big Shoulders Display for anything larger. 95 | 96 | updated as of 06/11/2019 97 | 98 | added instructions for CSS 99 | 100 | fixed several interpolations as a part of my final detailing. this pertains mostly to shapes with extreme counters and complex inner strokes: A, M, N, V, W X, Y, a, e. g, v, w, x, y. 101 | 102 | added a new tt ligature. 103 | 104 | refined the lowercase g's lower bowl and ear. 105 | 106 | updated as of 06/11/2019 107 | 108 | moved previous R to an alternate, added new R with diagonal leg. 109 | 110 | updated as of 06/10/2019 111 | 112 | added case-sensitive diacritics—this means uppercase and small caps forms have vertically shorter diacritics so that you can stack lines of uppercase tighter and keep an even line 113 | 114 | added a full set of small caps, including all diacritics & punctuation 115 | 116 | added .sinf and .sups (scientific inferiors and superscript) 117 | 118 | tweaked angled accents (grave, acute, double grave, Hungarian umlaut, circumflex, ) to be steeper and shorter so that lowercase characters can pack tighter together. 119 | 120 | 121 | updated as of 05/27/2019 122 | 123 | first pass at spacing and kerning completed 124 | 125 | Chicago 6-point star added as a discretionary ligature. in desktop apps, turn on D ligs in the opentype panel and type **** which will then transform to a Chi star. 126 | 127 | in CSS, turn on .dlig and add text **** to your source. 128 | 129 | all global currency symbols added. 130 | 131 | fractions, superscript and subscript added. 132 | 133 | full set of diacritics covering 80 languages. 134 | 135 | --------------------------------------------------------------------------------