Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
TangibleAI/mathtext-fastapi
thompsgj
/
mathtext-fastapi
like
0
Runtime error
App
Files
Files
Community
b306076
mathtext-fastapi
/
static
/
styles.css
cetinca
Initial commit
46f5320
verified
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
}