|
|
@@ -1,64 +1,49 @@
|
|
|
|
|
|
@font-face {
|
|
|
- font-family: WorkSans;
|
|
|
- src: url('../../public/fonts/WorkSans-Thin.woff') format('woff'),
|
|
|
- url('../../public/fonts/WorkSans-Thin.ttf') format('truetype');
|
|
|
- font-weight: 100;
|
|
|
- font-style: normal;
|
|
|
-}
|
|
|
-@font-face {
|
|
|
- font-family: WorkSans;
|
|
|
- src: url('../../public/fonts/WorkSans-ExtraLight.woff') format('woff'),
|
|
|
- url('../../public/fonts/WorkSans-ExtraLight.ttf') format('truetype');
|
|
|
- font-weight: 200;
|
|
|
+ font-family: 'Rubik';
|
|
|
+ src: url('../../public/fonts/Rubik-Light.woff') format('woff');
|
|
|
+ font-weight: 300;
|
|
|
font-style: normal;
|
|
|
}
|
|
|
+
|
|
|
@font-face {
|
|
|
- font-family: WorkSans;
|
|
|
- src: url('../../public/fonts/WorkSans-Light.woff') format('woff'),
|
|
|
- url('../../public/fonts/WorkSans-Light.ttf') format('truetype');
|
|
|
+ font-family: 'Rubik';
|
|
|
+ src: url('../../public/fonts/Rubik-LightItalic.woff') format('woff');
|
|
|
font-weight: 300;
|
|
|
- font-style: normal;
|
|
|
+ font-style: italic;
|
|
|
}
|
|
|
+
|
|
|
@font-face {
|
|
|
- font-family: WorkSans;
|
|
|
- src: url('../../public/fonts/WorkSans-Regular.woff') format('woff'),
|
|
|
- url('../../public/fonts/WorkSans-Regular.ttf') format('truetype');
|
|
|
+ font-family: 'Rubik';
|
|
|
+ src: url('../../public/fonts/Rubik-Regular.woff') format('woff');
|
|
|
font-weight: 400;
|
|
|
font-style: normal;
|
|
|
}
|
|
|
+
|
|
|
@font-face {
|
|
|
- font-family: WorkSans;
|
|
|
- src: url('../../public/fonts/WorkSans-Medium.woff') format('woff'),
|
|
|
- url('../../public/fonts/WorkSans-Medium.ttf') format('truetype');
|
|
|
- font-weight: 500;
|
|
|
- font-style: normal;
|
|
|
-}
|
|
|
-@font-face {
|
|
|
- font-family: WorkSans;
|
|
|
- src: url('../../public/fonts/WorkSans-Bold.woff') format('woff'),
|
|
|
- url('../../public/fonts/WorkSans-Bold.ttf') format('truetype');
|
|
|
- font-weight: 600;
|
|
|
- font-style: normal;
|
|
|
+ font-family: 'Rubik';
|
|
|
+ src: url('../../public/fonts/Rubik-Italic.woff') format('woff');
|
|
|
+ font-weight: 400;
|
|
|
+ font-style: italic;
|
|
|
}
|
|
|
+
|
|
|
@font-face {
|
|
|
- font-family: WorkSans;
|
|
|
- src: url('../../public/fonts/WorkSans-ExtraBold.woff') format('woff'),
|
|
|
- url('../../public/fonts/WorkSans-ExtraBold.ttf') format('truetype');
|
|
|
- font-weight: 700;
|
|
|
+ font-family: 'Rubik';
|
|
|
+ src: url('../../public/fonts/Rubik-Medium.woff') format('woff');
|
|
|
+ font-weight: 500;
|
|
|
font-style: normal;
|
|
|
}
|
|
|
+
|
|
|
@font-face {
|
|
|
- font-family: WorkSans;
|
|
|
- src: url('../../public/fonts/WorkSans-Black.woff') format('woff'),
|
|
|
- url('../../public/fonts/WorkSans-Black.ttf') format('truetype');
|
|
|
- font-weight: 800;
|
|
|
- font-style: normal;
|
|
|
+ font-family: 'Rubik';
|
|
|
+ src: url('../../public/fonts/Rubik-MediumItalic.woff') format('woff');
|
|
|
+ font-weight: 500;
|
|
|
+ font-style: italic;
|
|
|
}
|
|
|
+
|
|
|
@font-face {
|
|
|
- font-family: Notification2;
|
|
|
- src: url("../../public/fonts/notification.woff") format("woff"),
|
|
|
- url("../../public/fonts/notification.ttf") format("truetype");
|
|
|
- font-weight: normal;
|
|
|
+ font-family: 'Rubik';
|
|
|
+ src: url('../../public/fonts/Rubik-Bold.woff') format('woff');
|
|
|
+ font-weight: 600;
|
|
|
font-style: normal;
|
|
|
}
|