Skip to content

Commit 81b8bf2

Browse files
Dave ZuchDave Zuch
authored andcommitted
Replace Gotham fonts
We are losing our license for Gotham fonts soon, so we replace them with an open source lookalike, Metropolis.
1 parent f643e66 commit 81b8bf2

File tree

6 files changed

+350
-83
lines changed

6 files changed

+350
-83
lines changed

css/src/fonts.css

Lines changed: 110 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/src/index.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* Import preflight before any of our CSS so we can override it. */
22
@tailwind preflight;
33

4-
html, body { @apply .gotham; @apply .leading-normal; font-size: 12px; @apply .text-black-20; }
4+
html, body { @apply .metro; @apply .leading-normal; font-size: 12px; @apply .text-black-20; }
55
button, input, optgroup, select, textarea { @apply .leading-normal; }
66

77
/* Temp overrides */
@@ -69,7 +69,7 @@ dt {
6969
.transition-1\/2-out { transition: all 0.5s ease-out; }
7070
.transition-1-out { transition: all 1s ease-out; }
7171
.cc-blue-88 { caret-color: config('colors.blue-88'); }
72-
.gotham { font-family: "Gotham SSm A", "Gotham SSm B", sans-serif; }
72+
.metro { font-family: "Metropolis", sans-serif; }
7373
.no-content { content: ''; }
7474
.no-outline { outline: none !important; }
7575
.offscreen { @apply .fixed; left: -9999%; top: -9999%; z-index: -9999; }

dist/cn-tailwind.css

Lines changed: 117 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cn-tailwind.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cn-tailwind.scoped.css

Lines changed: 117 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cn-tailwind.scoped.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)