summaryrefslogtreecommitdiffstats
path: root/client/components/main/fonts.styl
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-05-24 01:46:12 +0300
committerLauri Ojansivu <x@xet7.org>2020-05-24 01:46:12 +0300
commitde365ad62a830ed7b24b25617dbd34761c1eed69 (patch)
treedaf27686136dc987f3352304becb9e2d1d863702 /client/components/main/fonts.styl
parentfe631ff75b47f589111e2c677ea1f2843019497a (diff)
parent3b50b2c59f03a3d765e7fabefa2fdf85a1fde677 (diff)
downloadwekan-de365ad62a830ed7b24b25617dbd34761c1eed69.tar.gz
wekan-de365ad62a830ed7b24b25617dbd34761c1eed69.tar.bz2
wekan-de365ad62a830ed7b24b25617dbd34761c1eed69.zip
Merge branch 'master' of https://github.com/helioguardabaxo/wekan
Diffstat (limited to 'client/components/main/fonts.styl')
-rw-r--r--client/components/main/fonts.styl24
1 files changed, 24 insertions, 0 deletions
diff --git a/client/components/main/fonts.styl b/client/components/main/fonts.styl
index fc8c8f00..5d6fb558 100644
--- a/client/components/main/fonts.styl
+++ b/client/components/main/fonts.styl
@@ -15,3 +15,27 @@
local('Roboto-Bold'),
url('/fonts/roboto-bold.woff2') format('woff2'),
url('/fonts/roboto-bold.woff') format('woff')
+
+@font-face
+ font-family: 'Poppins'
+ font-style: normal
+ font-weight: 400
+ src: local('Poppins'),
+ local('Poppins-Regular'),
+ url('/fonts/poppins-regular.woff') format('woff')
+
+@font-face
+ font-family: 'Poppins'
+ font-style: normal
+ font-weight: 500
+ src: local('Poppins Medium'),
+ local('Poppins-Medium'),
+ url('/fonts/poppins-medium.woff') format('woff')
+
+@font-face
+ font-family: 'Poppins'
+ font-style: normal
+ font-weight: 700
+ src: local('Poppins Bold'),
+ local('Poppins-Bold'),
+ url('/fonts/poppins-bold.woff') format('woff')