Skip to content

Commit

Permalink
docs(storybook): fix styling order
Browse files Browse the repository at this point in the history
Fixed styling order in Getting Started docs
  • Loading branch information
xsu1010 authored and arturbien committed Mar 2, 2023
1 parent 385b2b5 commit 8d8a376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Getting-Started.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ import ms_sans_serif from 'react95/dist/fonts/ms_sans_serif.woff2';
import ms_sans_serif_bold from 'react95/dist/fonts/ms_sans_serif_bold.woff2';

const GlobalStyles = createGlobalStyle`
${styleReset}
@font-face {
font-family: 'ms_sans_serif';
src: url('${ms_sans_serif}') format('woff2');
Expand All @@ -55,7 +56,6 @@ const GlobalStyles = createGlobalStyle`
body, input, select, textarea {
font-family: 'ms_sans_serif';
}
${styleReset}
`;

const App = () => (
Expand Down

0 comments on commit 8d8a376

Please sign in to comment.