summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/base/_typography.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web/sass-files/sass/base/_typography.scss')
-rw-r--r--web/sass-files/sass/base/_typography.scss27
1 files changed, 0 insertions, 27 deletions
diff --git a/web/sass-files/sass/base/_typography.scss b/web/sass-files/sass/base/_typography.scss
deleted file mode 100644
index 676a2c405..000000000
--- a/web/sass-files/sass/base/_typography.scss
+++ /dev/null
@@ -1,27 +0,0 @@
-@charset 'UTF-8';
-
-b,
-strong {
- font-weight: 600;
-}
-
-a {
- cursor: pointer;
- text-decoration: none;
- word-break: break-word;
- color: $color--primary;
-}
-
-a:focus,
-a:hover {
- color: $color--primary--hover;
-}
-
-body {
- font-family: 'Open Sans', sans-serif;
- -webkit-font-smoothing: antialiased;
-}
-
-.word-break--all {
- word-break: break-all;
-}