Skip to content

Commit

Permalink
fix(fonts): update fonts from @nuxt-themes/tokens update
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed Nov 23, 2022
1 parent 344a514 commit f59d26b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ body {
-moz-osx-font-smoothing: grayscale;
background: $dt('colors.neutral.white');
color: $dt('colors.gray.700');
font-family: $dt('font.sans');
font-family: $dt('fonts.sans');

@dark {
background: $dt('colors.neutral.black');
Expand Down
2 changes: 1 addition & 1 deletion components/content/TabsHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ css({
py: '{space.2-5}',
px: '{space.4}',
position: 'relative',
fontFamily: '{font.mono}',
fontFamily: '{fonts.mono}',
fontSize: '{text.sm.fontSize}',
lineHeight: '{text.sm.lineHeight}',
letterSpacing: '{letterSpacings.tight}',
Expand Down
4 changes: 2 additions & 2 deletions components/content/Terminal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -137,14 +137,14 @@ css({
alignItems: 'center',
justifyContent: 'center',
fontWeight: '{fontWeights.semibold}',
fontFamily: '{font.mono}'
fontFamily: '{fonts.mono}'
}
},
'.window': {
display: 'flex',
flex: '1 1 0%',
padding: '{space.4}',
fontFamily: '{font.mono}',
fontFamily: '{fonts.mono}',
'.sign': {
marginRight: '{space.2}',
display: 'inline-block',
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit f59d26b

@vercel
Copy link

@vercel vercel bot commented on f59d26b Nov 23, 2022

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.