Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
365 Bytes
import { createGlobalStyle } from 'styled-components';
export const GlobalStyles = createGlobalStyle`
html, body {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: black;
color: #fff;
font-size: 16px;
}
`;