Skip to content

Commit

Permalink
Update src/core/server/rendering/views/fonts.tsx
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Romero <rmerqg@amazon.com>
  • Loading branch information
joshuarrrr committed Jun 29, 2023
1 parent 6c4c524 commit 4d83284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/server/rendering/views/fonts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ interface FontFace {
}

export const Fonts: FunctionComponent<Props> = ({ url, theme }) => {
// For new theme
// For next theme
const sourceSans3: FontFace = {
family: 'Source Sans 3',
variants: [
Expand Down

0 comments on commit 4d83284

Please sign in to comment.