From 3b50b2c59f03a3d765e7fabefa2fdf85a1fde677 Mon Sep 17 00:00:00 2001 From: helioguardabaxo Date: Fri, 22 May 2020 18:38:50 -0300 Subject: Added Modern theme with Poppins font --- client/components/main/fonts.styl | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'client/components/main/fonts.styl') 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') -- cgit v1.2.3-1-g7c22