Skip to content

Commit f92de0e

Browse files
committed
updates font references and links from Mark to Rise (except actual font files)
1 parent 349f3c6 commit f92de0e

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

next/images/thumbprint-logo.svg

+2-2
Loading

next/pages/atomic/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ export default function Atomic({ files, layoutProps, version }: AtomicProps): JS
476476

477477
<UL>
478478
<LI>
479-
Our Mark font only supports two weights: <InlineCode>400</InlineCode> and{' '}
479+
Our Rise font only supports two weights: <InlineCode>400</InlineCode> and{' '}
480480
<InlineCode>700</InlineCode>.
481481
</LI>
482482
<LI>

next/pages/guidelines/typography.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default function OverviewAbout({
2020
layoutProps={layoutProps}
2121
>
2222
<P>
23-
Our brand font is Mark and comes in two weights, 400 and 700. We have five
23+
Our brand font is Rise and comes in two weights, 400 and 700. We have five
2424
&quot;title&quot; variations used for headings and three &quot;body&quot; sizes used
2525
for body copy.
2626
</P>

next/pages/overview/product-design.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default function OverviewAbout({
3737
<H3>Download and install fonts</H3>
3838

3939
<P>
40-
Mark For Thumbtack, our primary font, is used for 100% of our product. All of the
40+
Thumbtack Rise, our primary font, is used for 100% of our product. All of the
4141
weights can be found here:
4242
</P>
4343

next/public/brand-assets/logotype.svg

+1-1
Loading

next/public/brand-assets/logotype.zip

106 Bytes
Binary file not shown.

www/src/pages/components/font-face/scss/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { ComponentHeader, ComponentFooter } from 'components/thumbprint-componen
88

99
<ComponentHeader data={props.data} />
1010

11-
Provides the `@font-face` CSS rules needed to use the Mark font in weights `400` and `700`.
11+
Provides the `@font-face` CSS rules needed to use the Rise font in weights `400` and `700`.
1212

1313
Consumers of this package must provide a `$thumbprint-font-url` variable that points to a URL that can load the fonts. Here's a basic example:
1414

www/src/pages/guide/product/typography/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { ContentActionsCheckSmall } from '@thumbtack/thumbprint-icons';
88
import Alert from 'components/alert';
99
import { InlineCode } from 'components/mdx';
1010

11-
Our brand font is Mark and comes in two weights, 400 and 700. We have five "title" variations used for headings and three "body" sizes used for body copy.
11+
Our brand font is Rise and comes in two weights, 400 and 700. We have five "title" variations used for headings and three "body" sizes used for body copy.
1212

1313
## Type values
1414

0 commit comments

Comments
 (0)