Move to subfolder

This commit is contained in:
Eric Liu 2025-05-21 16:18:01 -07:00
parent a88e3afddf
commit 7eae51cc5c
23 changed files with 0 additions and 0 deletions

View 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;
}