Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
thompsgj/mathtext-wormhole
thompsgj
/
mathtext-wormhole-staging
like
0
Build error
App
Files
Files
Community
00ef564
mathtext-wormhole-staging
/
static
/
styles.css
cetinca
Initial commit
7ff1fe0
almost 2 years ago
raw
Copy download link
history
blame
Safe
186 Bytes
@import
url(
'https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap'
);
body
{
font-family
:
'Roboto'
, sans-serif;
font-size
:
16px
;
background-color
: black;
color
: white
}