diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-04-05 22:10:51 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-04-05 22:10:51 +0300 |
commit | 7b94b0470198bc22b6a52db6661f35076f7c6388 (patch) | |
tree | f9356a3094b9c956a08a10320981a38404d71c7b /client/components/main/fonts.styl | |
parent | 217ae207b9aca785741527fa3f5cdc855239bd13 (diff) | |
download | wekan-7b94b0470198bc22b6a52db6661f35076f7c6388.tar.gz wekan-7b94b0470198bc22b6a52db6661f35076f7c6388.tar.bz2 wekan-7b94b0470198bc22b6a52db6661f35076f7c6388.zip |
Use lighter and smaller font sizes.
Thanks to xet7 !
Diffstat (limited to 'client/components/main/fonts.styl')
-rw-r--r-- | client/components/main/fonts.styl | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/client/components/main/fonts.styl b/client/components/main/fonts.styl index fc8c8f00..3744ab27 100644 --- a/client/components/main/fonts.styl +++ b/client/components/main/fonts.styl @@ -2,16 +2,16 @@ font-family: 'Roboto' font-style: normal font-weight: 400 - src: local('Roboto'), - local('Roboto-Regular'), - url('/fonts/roboto-regular.woff2') format('woff2'), - url('/fonts/roboto-regular.woff') format('woff') + src: local('Roboto Consended Light'), + local('Roboto-Consended-Light'), + url('/fonts/roboto-condensed-light.woff') format('woff'), + url('/fonts/roboto-condensed-light.woff') format('woff') @font-face font-family: 'Roboto' font-style: normal font-weight: 700 - src: local('Roboto Bold'), - local('Roboto-Bold'), - url('/fonts/roboto-bold.woff2') format('woff2'), - url('/fonts/roboto-bold.woff') format('woff') + src: local('Roboto Consended Bold'), + local('Roboto-Consended-Bold'), + url('/fonts/roboto-condensed-bold.woff2') format('woff'), + url('/fonts/roboto-condensed-bold.woff') format('woff') |