Skip to content

Commit

Permalink
feat(): change to use system font
Browse files Browse the repository at this point in the history
  • Loading branch information
develite98 committed Nov 13, 2023
1 parent ca02073 commit bb8b621
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/share-styles/src/styles/reboot/reboot.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ body {
height: 100%;
margin: 0 !important;
padding: 0 !important;
font-family: Manrope, Inter, Source Sans Pro, -apple-system,
BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif !important;
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto,
'Helvetica Neue', Arial, sans-serif !important;
color: var(--text-color-primary) !important;
font-size: var(--text-size-s) !important;
}
Expand Down

1 comment on commit bb8b621

@vercel
Copy link

@vercel vercel bot commented on bb8b621 Nov 13, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.