Skip to content

Commit

Permalink
chore[DST-121]: add font to theme (#3269)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahgm authored Aug 14, 2023
1 parent ad54c49 commit 62d5599
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/rude-adults-attend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@marigold/theme-b2b": patch
"@marigold/theme-core": patch
---

chore[DST-121]: add font to theme
4 changes: 4 additions & 0 deletions themes/theme-b2b/src/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ import { colors } from './tokens';

import * as components from './components';

export const webFontUrl = [
'https://fonts.bunny.net/css?family=inter:400,600,700',
] as const;

export const theme: Theme = {
name: 'b2b',
screens,
Expand Down
2 changes: 2 additions & 0 deletions themes/theme-core/src/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import { colors } from './tokens';

import * as components from './components';

export const webFontUrl = [] as const;

export const theme: Theme = {
name: 'core',
screens,
Expand Down

2 comments on commit 62d5599

@vercel
Copy link

@vercel vercel bot commented on 62d5599 Aug 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

marigold-storybook – ./

marigold-storybook-marigold.vercel.app
marigold-latest.vercel.app
marigold-storybook-git-main-marigold.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 62d5599 Aug 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

marigold-docs – ./

marigold-docs-git-main-marigold.vercel.app
marigold-docs.vercel.app
marigold-docs-marigold.vercel.app

Please sign in to comment.