Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
TangibleAI
/
mathtext-fastapi
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4f0ace0
mathtext-fastapi
/
static
/
styles.css
cetinca
Initial commit
7ff1fe0
over 3 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
}