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 ++++++++++++++++++++++++ client/components/main/layouts.styl | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) (limited to 'client/components/main') 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') diff --git a/client/components/main/layouts.styl b/client/components/main/layouts.styl index 01ce2f16..85a5f1b2 100644 --- a/client/components/main/layouts.styl +++ b/client/components/main/layouts.styl @@ -32,7 +32,7 @@ a:hover,a:focus border-radius: unset html, body, input, select, textarea, button - font: 14px Roboto, "Helvetica Neue", Arial, Helvetica, sans-serif + font: 14px Roboto, Poppins, "Helvetica Neue", Arial, Helvetica, sans-serif line-height: 18px color: #4d4d4d -- cgit v1.2.3-1-g7c22