Skip to content

Commit

Permalink
Fix inconsistent font weight and size across browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Mar 12, 2024
1 parent b379d4e commit 33066a4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/app/[locale]/(root)/docs/global-styles/content.mdx
Expand Up @@ -61,6 +61,12 @@ Fixed the inconsistent font weight of `html <b>` and `html <strong>` across brow
{require('!!raw-loader!@master/normal.css/consistent-bold-styles.css').default}
</Code>

### Consistent code styles
Fixed the inconsistent font size of code-related elements across browsers.
<Code lang="css">
{require('!!raw-loader!@master/normal.css/consistent-code-styles.css').default}
</Code>

### Consistent small styles
Fixed the inconsistent font size of `html <small>` across browsers.
<Code lang="css">
Expand Down

0 comments on commit 33066a4

Please sign in to comment.