mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-30 17:40:36 +00:00
moved to community folder
This commit is contained in:
parent
a17dbdfedc
commit
0f61c9dbde
24 changed files with 118 additions and 9 deletions
18
environments/community/deepsacrifice_chess/src/index.css
Normal file
18
environments/community/deepsacrifice_chess/src/index.css
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
/* IBM Plex Sans for body, IBM Plex Mono for code/pre/monospace */
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: "IBM Plex Sans", Arial, sans-serif;
|
||||
}
|
||||
|
||||
code,
|
||||
pre,
|
||||
kbd,
|
||||
samp {
|
||||
font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, "Liberation Mono",
|
||||
Menlo, monospace;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue