summaryrefslogtreecommitdiff
path: root/frontend/common/fonts.css
diff options
context:
space:
mode:
authorlens <lens@neural.garden>2020-12-26 20:59:17 +0000
committerlens <lens@neural.garden>2020-12-26 20:59:17 +0000
commit7c15f34186622410e25ee85c01d832e48e012140 (patch)
treee0a8dbd5e7b6a3936e7b9a666c2622ecc7ff1a65 /frontend/common/fonts.css
parent94234db6a771f687788d3decc6dd1ba01731f7af (diff)
parent85bfb949fea4e69dabc5b7544ce70d26d3d11393 (diff)
Merge branch 'master' of asdf.us:swimmer
Diffstat (limited to 'frontend/common/fonts.css')
-rw-r--r--frontend/common/fonts.css55
1 files changed, 0 insertions, 55 deletions
diff --git a/frontend/common/fonts.css b/frontend/common/fonts.css
deleted file mode 100644
index c782885..0000000
--- a/frontend/common/fonts.css
+++ /dev/null
@@ -1,55 +0,0 @@
-@font-face {
- font-family: 'Roboto';
- src: url('/static/fonts/Roboto-Bold.ttf') format('truetype');
- font-weight: bold;
-}
-@font-face {
- font-family: 'Roboto';
- src: url('/static/fonts/Roboto-BoldItalic.ttf') format('truetype');
- font-weight: bold;
- font-style: italic;
-}
-/*
-@font-face {
- font-family: 'Roboto';
- src: url('/static/fonts/Roboto-Light.ttf') format('truetype');
- font-weight: 100;
-}
-@font-face {
- font-family: 'Roboto';
- src: url('/static/fonts/Roboto-LightItalic.ttf') format('truetype');
- font-weight: 100;
-}
-*/
-@font-face {
- font-family: 'Roboto';
- src: url('/static/fonts/Roboto-Medium.ttf') format('truetype');
- font-weight: 300;
-}
-@font-face {
- font-family: 'Roboto';
- src: url('/static/fonts/Roboto-MediumItalic.ttf') format('truetype');
- font-style: italic;
- font-weight: 300;
-}
-@font-face {
- font-family: 'Roboto';
- src: url('/static/fonts/Roboto-Regular.ttf') format('truetype');
-}
-@font-face {
- font-family: 'Roboto';
- src: url('/static/fonts/Roboto-Italic.ttf') format('truetype');
- font-style: italic;
-}
-/*
-@font-face {
- font-family: 'Roboto';
- src: url('/static/fonts/Roboto-Thin.ttf') format('truetype');
- font-weight: 100;
-}
-@font-face {
- font-family: 'Roboto';
- src: url('/static/fonts/Roboto-ThinItalic.ttf') format('truetype');
- font-weight: 100;
-}
-*/ \ No newline at end of file