Skip to content

Commit

Permalink
Merge pull request #23 from bigcartel/trevin/chore_add_fonts_and_weights
Browse files Browse the repository at this point in the history
chore: add new fonts and more font weights
  • Loading branch information
tmchow authored Dec 10, 2024
2 parents dd08b2f + 2048fc2 commit 932b5fa
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 21 deletions.
2 changes: 1 addition & 1 deletion bigcartel-theme-fonts.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = 'bigcartel-theme-fonts'
spec.version = '1.6.1'
spec.version = '1.7.0'
spec.authors = ['Big Cartel']
spec.email = ['[email protected]']
spec.description = %q{A simple class for working with Big Cartel's supported theme fonts.}
Expand Down
79 changes: 59 additions & 20 deletions lib/bigcartel/theme/fonts/theme_fonts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,11 @@ google:
family: '"Dosis", sans-serif'
weights: "400,700"

doto:
name: Doto
family: 'Doto, monospace'
weights: "300,400,500,700"

enriqueta:
name: Enriqueta
family: '"Enriqueta", serif'
Expand Down Expand Up @@ -194,12 +199,12 @@ google:
karla:
name: Karla
family: '"Karla", sans-serif'
weights: "400,700"
weights: "300,400,500,700"

lato:
name: Lato
family: '"Lato", sans-serif'
weights: "400,700"
weights: "300,400,700"

lekton:
name: Lekton
Expand All @@ -224,7 +229,7 @@ google:
lora:
name: Lora
family: '"Lora", serif'
weights: "400,700"
weights: "400,500,700"

marcellus:
name: Marcellus
Expand All @@ -233,12 +238,12 @@ google:
merriweather:
name: Merriweather
family: '"Merriweather", serif'
weights: "400,700"
weights: "300,400,500,700"

montserrat:
name: Montserrat
family: '"Montserrat", sans-serif'
weights: "400,500,700"
weights: "300,400,500,700"

muli:
name: Muli
Expand All @@ -257,7 +262,7 @@ google:
open_sans:
name: Open Sans
family: '"Open Sans", sans-serif'
weights: "400,700"
weights: "300,400,500,700"

overlock:
name: Overlock
Expand All @@ -277,27 +282,42 @@ google:
noto_sans:
name: Noto Sans
family: '"Noto Sans", sans-serif'
weights: "400,700"
weights: "300,400,500,700"

noto_serif:
name: Noto Serif
family: '"Noto Serif", serif'
weights: "400,700"
weights: "300,400,500,700"

nunito_sans:
name: Nunito Sans
family: '"Nunito Sans", sans-serif'
weights: "400,700"
weights: "300,400,500,700"

parkinsans:
name: ParkinSans
family: '"ParkinSans", sans-serif'
weights: "300,400,500,700"

playfair_display:
name: Playfair Display
family: '"Playfair Display", serif'
weights: "400,500,700"

playfair_display_sc:
name: Playfair Display SC
family: '"Playfair Display SC", serif'
weights: "400,700"

playwrite_hrvatska_lijeva:
name: Playwrite Hrvatska Lijeva
family: '"Playwrite Hrvatska Lijeva", cursive'
weights: "100,200,300,400"

poppins:
name: Poppins
family: '"Poppins", sans-serif'
weights: "400,600"
weights: "300,400,600"

prata:
name: Prata
Expand Down Expand Up @@ -325,7 +345,7 @@ google:
quicksand:
name: Quicksand
family: '"Quicksand", sans-serif'
weights: "400,700"
weights: "300,400,500,700"

raleway:
name: Raleway
Expand All @@ -335,43 +355,58 @@ google:
roboto:
name: Roboto
family: '"Roboto", sans-serif'
weights: "400,700"
weights: "300,400,500,700"

rokkitt:
name: Rokkitt
family: '"Rokkitt", serif'
weights: "400,700"
weights: "300,400,500,700"

signika:
name: Signika
family: '"Signika", sans-serif'
weights: "400,700"
weights: "300,400,500,700"

source_code_pro:
name: Source Code Pro
family: '"Source Code Pro", monospace'
weights: "300,400,500,700"

source_sans_pro:
name: Source Sans Pro
family: '"Source Sans Pro", sans-serif'
weights: "400,700"
weights: "300,400,500,700"

sora:
name: Sora
family: '"Sora", sans-serif'
weights: "400,700"
weights: "300,400,500,700"

sour_gummy:
name: Sour Gummy
family: '"Sour Gummy", sans-serif'
weights: "200,300,400,500,700"

spectral:
name: Spectral
family: '"Spectral", serif'
weights: "400,700"
weights: "300,400,500,700"

syne:
name: Syne
family: '"Syne", sans-serif'
weights: "400,700"
weights: "400,500,600,700"

titillium_web:
name: Titillium Web
family: '"Titillium Web", sans-serif'
weights: "400,700"
weights: "400,600,700"

ubuntu:
name: Ubuntu
family: '"Ubuntu", sans-serif'
weights: "300,400,500,700"

vampiro_one:
name: Vampiro One
family: '"Vampiro One", cursive'
Expand All @@ -383,4 +418,8 @@ google:
work_sans:
name: Work Sans
family: '"Work Sans", sans-serif'
weights: "400,600,700"
weights: "400,500,600,700"

yuji_mai:
name: Yuji Mai
family: '"Yuji Mai", cursive'

0 comments on commit 932b5fa

Please sign in to comment.