diff options
author | Galen Guyer <galen@galenguyer.com> | 2021-10-29 12:19:15 -0400 |
---|---|---|
committer | Galen Guyer <galen@galenguyer.com> | 2021-10-29 12:19:15 -0400 |
commit | 0216f8879440ce73d90a9e58cc5eac68240e9fdd (patch) | |
tree | 6a1ed3c5c9a4c9bc26ae1862ff6e13b1f7105643 /src/index.css |
add static data for 2020-2021 school year
Diffstat (limited to 'src/index.css')
-rw-r--r-- | src/index.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/index.css b/src/index.css new file mode 100644 index 0000000..868b6c6 --- /dev/null +++ b/src/index.css @@ -0,0 +1,15 @@ +@tailwind base; +@tailwind components; +@tailwind utilities; + +body { + margin: 0; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", + "Droid Sans", "Helvetica Neue", sans-serif; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +code { + font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace; +} |