Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updates font references and links from Mark to Rise #1020

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions next/images/thumbprint-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion next/pages/atomic/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ export default function Atomic({ files, layoutProps, version }: AtomicProps): JS

<UL>
<LI>
Our Mark font only supports two weights: <InlineCode>400</InlineCode> and{' '}
Our Rise font only supports two weights: <InlineCode>400</InlineCode> and{' '}
<InlineCode>700</InlineCode>.
</LI>
<LI>
Expand Down
2 changes: 1 addition & 1 deletion next/pages/guidelines/typography.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function OverviewAbout({
layoutProps={layoutProps}
>
<P>
Our brand font is Mark and comes in two weights, 400 and 700. We have five
Our brand font is Rise and comes in two weights, 400 and 700. We have five
&quot;title&quot; variations used for headings and three &quot;body&quot; sizes used
for body copy.
</P>
Expand Down
2 changes: 1 addition & 1 deletion next/pages/overview/product-design.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function OverviewAbout({
<H3>Download and install fonts</H3>

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

Expand Down
2 changes: 1 addition & 1 deletion next/public/brand-assets/logotype.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified next/public/brand-assets/logotype.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion www/src/pages/components/font-face/scss/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { ComponentHeader, ComponentFooter } from 'components/thumbprint-componen

<ComponentHeader data={props.data} />

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

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:

Expand Down
2 changes: 1 addition & 1 deletion www/src/pages/guide/product/typography/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { ContentActionsCheckSmall } from '@thumbtack/thumbprint-icons';
import Alert from 'components/alert';
import { InlineCode } from 'components/mdx';

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.
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.

## Type values

Expand Down