forked from singularitypress/framed-year-in-review
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switched the font of the year in the cover to the one used on the site
- Loading branch information
1 parent
fe3e576
commit 22d7462
Showing
23 changed files
with
71 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+32.1 KB
public/fonts/Atkinson-Hyperlegible/AtkinsonHyperlegible-BoldItalic.woff
Binary file not shown.
Binary file added
BIN
+24.6 KB
public/fonts/Atkinson-Hyperlegible/AtkinsonHyperlegible-BoldItalic.woff2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+22.7 KB
public/fonts/Atkinson-Hyperlegible/AtkinsonHyperlegible-Regular.woff2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+18.5 KB
public/fonts/Galano-Grotesque/GalanoGrotesqueAlt-SemiBoldItalic.woff2
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
@font-face { | ||
font-family: "GalanoGrotesque"; | ||
font-style: normal; | ||
font-weight: normal; | ||
src: url("Galano-Grotesque/GalanoGrotesque-Bold.woff2") format("woff2"); | ||
} | ||
|
||
@font-face { | ||
font-family: 'Galano Grotesque Alt (Numbers)'; | ||
src: url('Galano-Grotesque/GalanoGrotesqueAlt-Italic.woff2') format('woff2'), | ||
url('Galano-Grotesque/GalanoGrotesqueAlt-Italic.woff') format('woff'); | ||
font-weight: normal; | ||
font-style: italic; | ||
font-display: swap; | ||
unicode-range: U+30-39; /* affects only 0-9 */ | ||
ascent-override: 50%; /* necessary for line-height matching, not necessary to be 50% - not supported on safari! */ | ||
} | ||
|
||
@font-face { | ||
font-family: 'Galano Grotesque Alt (Numbers)'; | ||
src: url('Galano-Grotesque/GalanoGrotesqueAlt-Regular.woff2') format('woff2'), | ||
url('Galano-Grotesque/GalanoGrotesqueAlt-Regular.woff') format('woff'); | ||
font-weight: normal; | ||
font-style: normal; | ||
font-display: swap; | ||
unicode-range: U+30-39; | ||
ascent-override: 50%; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Galano Grotesque Alt (Numbers)'; | ||
src: url('Galano-Grotesque/GalanoGrotesqueAlt-SemiBold.woff2') format('woff2'), | ||
url('Galano-Grotesque/GalanoGrotesqueAlt-SemiBold.woff') format('woff'); | ||
font-weight: bold; | ||
font-style: normal; | ||
font-display: swap; | ||
unicode-range: U+30-39; | ||
ascent-override: 50%; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Galano Grotesque Alt (Numbers)'; | ||
src: url('Galano-Grotesque/GalanoGrotesqueAlt-SemiBoldItalic.woff2') format('woff2'), | ||
url('Galano-Grotesque/GalanoGrotesqueAlt-SemiBoldItalic.woff') format('woff'); | ||
font-weight: bold; | ||
font-style: italic; | ||
font-display: swap; | ||
unicode-range: U+30-39; | ||
ascent-override: 50%; | ||
} | ||
|
||
|
||
@font-face { | ||
font-family: 'AtkinsonHyperlegible'; | ||
src: local('☞Atkinson Hyperlegible'), local('AtkinsonHyperlegible-Regular'), | ||
url('Atkinson-Hyperlegible/AtkinsonHyperlegible-Regular.woff2') format('woff2'), | ||
url('Atkinson-Hyperlegible/AtkinsonHyperlegible-Regular.woff') format('woff'); | ||
font-weight: normal; | ||
font-style: normal; | ||
} | ||
|
||
@font-face { | ||
font-family: 'AtkinsonHyperlegible'; | ||
src: local('☞Atkinson Hyperlegible'), local('AtkinsonHyperlegible-Bold'), | ||
url('Atkinson-Hyperlegible/AtkinsonHyperlegible-Bold.woff2') format('woff2'), | ||
url('Atkinson-Hyperlegible/AtkinsonHyperlegible-Bold.woff') format('woff'); | ||
font-weight: bold; | ||
font-style: normal; | ||
} |