N°3669 Replace Monorale with Raleway (+ lining figures)

This commit is contained in:
Stephen Abello
2021-02-02 15:28:33 +01:00
parent 63929566d9
commit 494789c02e
72 changed files with 602 additions and 334 deletions

View File

@@ -18,146 +18,128 @@
/* This is an overload of the default lib. stylesheet to use local fonts instead of the CDN */
@font-face {
font-family: Monorale;
font-family: Raleway;
font-weight: 100;
font-style: normal;
src: local('Raleway-v4020 Thin'),
url($approot-relative + 'lib/samvk/monorale-raleway-sober/otf/Monorale-Thin.otf') format('otf'),
url($approot-relative + 'lib/samvk/monorale-raleway-sober/woff/Monorale-Thin.woff') format('woff');
src: local('Raleway Thin'),
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-Thin.ttf') format('truetype'),
}
@font-face {
font-family: Monorale;
font-family: Raleway;
font-weight: 100;
font-style: italic;
src: local('Raleway-v4020 Thin'),
url($approot-relative + 'lib/samvk/monorale-raleway-sober/otf/Monorale-ThinItalic.otf') format('otf'),
url($approot-relative + 'lib/samvk/monorale-raleway-sober/woff/Monorale-ThinItalic.woff') format('woff');
src: local('Raleway Thin'),
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-Thin-Italic.ttf') format('truetype'),
}
@font-face {
font-family: Monorale;
font-family: Raleway;
font-weight: 200;
font-style: normal;
src: local('Raleway-v4020 ExtraLight'),
url($approot-relative + 'lib/samvk/monorale-raleway-sober/otf/Monorale-ExtraLight.otf') format('otf'),
url($approot-relative + 'lib/samvk/monorale-raleway-sober/woff/Monorale-ExtraLight.woff') format('woff');
src: local('Raleway ExtraLight'),
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-ExtraLight.ttf') format('truetype'),
}
@font-face {
font-family: Monorale;
font-family: Raleway;
font-weight: 200;
font-style: italic;
src: local('Raleway-v4020 ExtraLight'),
url($approot-relative + 'lib/samvk/monorale-raleway-sober/otf/Monorale-ExtraLightItalic.otf') format('otf'),
url($approot-relative + 'lib/samvk/monorale-raleway-sober/woff/Monorale-ExtraLightItalic.woff') format('woff');
src: local('Raleway ExtraLight'),
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-ExtraLight-Italic.ttf') format('truetype'),
}
@font-face {
font-family: Monorale;
font-family: Raleway;
font-weight: 300;
font-style: normal;
src: local('Raleway-v4020 Light'),
url($approot-relative + 'lib/samvk/monorale-raleway-sober/otf/Monorale-Light.otf') format('otf'),
url($approot-relative + 'lib/samvk/monorale-raleway-sober/woff/Monorale-Light.woff') format('woff');
src: local('Raleway Light'),
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-Light.ttf') format('truetype'),
}
@font-face {
font-family: Monorale;
font-family: Raleway;
font-weight: 300;
font-style: italic;
src: local('Raleway-v4020 Light'),
url($approot-relative + 'lib/samvk/monorale-raleway-sober/otf/Monorale-LightItalic.otf') format('otf'),
url($approot-relative + 'lib/samvk/monorale-raleway-sober/woff/Monorale-LightItalic.woff') format('woff');
src: local('Raleway Light'),
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-Light-Italic.ttf') format('truetype'),
}
@font-face {
font-family: Monorale;
font-family: Raleway;
font-weight: 400;
font-style: normal;
src: local('Raleway-v4020'),
url($approot-relative + 'lib/samvk/monorale-raleway-sober/otf/Monorale-Regular.otf') format('otf'),
url($approot-relative + 'lib/samvk/monorale-raleway-sober/woff/Monorale-Regular.woff') format('woff');
src: local('Raleway'),
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-Regular.ttf') format('truetype'),
}
@font-face {
font-family: Monorale;
font-family: Raleway;
font-weight: 400;
font-style: italic;
src: local('Raleway-v4020'),
url($approot-relative + 'lib/samvk/monorale-raleway-sober/otf/Monorale-Italic.otf') format('otf'),
url($approot-relative + 'lib/samvk/monorale-raleway-sober/woff/Monorale-Italic.woff') format('woff');
src: local('Raleway'),
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-Regular-Italic.ttf') format('truetype'),
}
@font-face {
font-family: Monorale;
font-family: Raleway;
font-weight: 500;
font-style: normal;
src: local('Raleway-v4020 Medium'),
url($approot-relative + 'lib/samvk/monorale-raleway-sober/otf/Monorale-Medium.otf') format('otf'),
url($approot-relative + 'lib/samvk/monorale-raleway-sober/woff/Monorale-Medium.woff') format('woff');
src: local('Raleway Medium'),
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-Medium.ttf') format('truetype'),
}
@font-face {
font-family: Monorale;
font-family: Raleway;
font-weight: 500;
font-style: italic;
src: local('Raleway-v4020 Medium'),
url($approot-relative + 'lib/samvk/monorale-raleway-sober/otf/Monorale-MediumItalic.otf') format('otf'),
url($approot-relative + 'lib/samvk/monorale-raleway-sober/woff/Monorale-MediumItalic.woff') format('woff');
src: local('Raleway Medium'),
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-Medium-Italic.ttf') format('truetype'),
}
@font-face {
font-family: Monorale;
font-family: Raleway;
font-weight: 600;
font-style: normal;
src: local('Raleway-v4020 SemiBold'),
url($approot-relative + 'lib/samvk/monorale-raleway-sober/otf/Monorale-SemiBold.otf') format('otf'),
url($approot-relative + 'lib/samvk/monorale-raleway-sober/woff/Monorale-SemiBold.woff') format('woff');
src: local('Raleway SemiBold'),
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-SemiBold.ttf') format('truetype'),
}
@font-face {
font-family: Monorale;
font-family: Raleway;
font-weight: 600;
font-style: italic;
src: local('Raleway-v4020 SemiBold'),
url($approot-relative + 'lib/samvk/monorale-raleway-sober/otf/Monorale-SemiBoldItalic.otf') format('otf'),
url($approot-relative + 'lib/samvk/monorale-raleway-sober/woff/Monorale-SemiBoldItalic.woff') format('woff');
src: local('Raleway SemiBold'),
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-SemiBold-Italic.ttf') format('truetype'),
}
@font-face {
font-family: Monorale;
font-family: Raleway;
font-weight: 700;
font-style: normal;
src: local('Raleway-v4020'),
url($approot-relative + 'lib/samvk/monorale-raleway-sober/otf/Monorale-Bold.otf') format('otf'),
url($approot-relative + 'lib/samvk/monorale-raleway-sober/woff/Monorale-Bold.woff') format('woff');
src: local('Raleway'),
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-Bold.ttf') format('truetype'),
}
@font-face {
font-family: Monorale;
font-family: Raleway;
font-weight: 700;
font-style: italic;
src: local('Raleway-v4020'),
url($approot-relative + 'lib/samvk/monorale-raleway-sober/otf/Monorale-BoldItalic.otf') format('otf'),
url($approot-relative + 'lib/samvk/monorale-raleway-sober/woff/Monorale-BoldItalic.woff') format('woff');
src: local('Raleway'),
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-Bold-Italic.ttf') format('truetype'),
}
@font-face {
font-family: Monorale;
font-family: Raleway;
font-weight: 800;
font-style: normal;
src: local('Raleway-v4020 ExtraBold'),
url($approot-relative + 'lib/samvk/monorale-raleway-sober/otf/Monorale-ExtraBold.otf') format('otf'),
url($approot-relative + 'lib/samvk/monorale-raleway-sober/woff/Monorale-ExtraBold.woff') format('woff');
src: local('Raleway ExtraBold'),
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-ExtraBold.ttf') format('truetype'),
}
@font-face {
font-family: Monorale;
font-family: Raleway;
font-weight: 800;
font-style: italic;
src: local('Raleway-v4020 ExtraBold'),
url($approot-relative + 'lib/samvk/monorale-raleway-sober/otf/Monorale-ExtraBoldItalic.otf') format('otf'),
url($approot-relative + 'lib/samvk/monorale-raleway-sober/woff/Monorale-ExtraBoldItalic.woff') format('woff');
src: local('Raleway ExtraBold'),
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-ExtraBold-Italic.ttf') format('truetype'),
}
@font-face {
font-family: Monorale;
font-family: Raleway;
font-weight: 900;
font-style: normal;
src: local('Raleway-v4020 Black'),
url($approot-relative + 'lib/samvk/monorale-raleway-sober/otf/Monorale-Black.otf') format('otf'),
url($approot-relative + 'lib/samvk/monorale-raleway-sober/woff/Monorale-Black.woff') format('woff');
src: local('Raleway Black'),
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-Black.ttf') format('truetype'),
}
@font-face {
font-family: Monorale;
font-family: Raleway;
font-weight: 900;
font-style: italic;
src: local('Raleway-v4020 Black'),
url($approot-relative + 'lib/samvk/monorale-raleway-sober/otf/Monorale-BlackItalic.otf') format('otf'),
url($approot-relative + 'lib/samvk/monorale-raleway-sober/woff/Monorale-BlackItalic.woff') format('woff');
src: local('Raleway Black'),
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-Black-Italic.ttf') format('truetype'),
}

View File

@@ -30,233 +30,365 @@
950 Extra Black (Ultra Black)
*/
%ibo-font-ral-nor-50 {
font-size: $ibo-font-size-50;
font-family: "Monorale";
font-weight: 400;
font-size: $ibo-font-size-50;
font-family: "Raleway";
font-weight: 400;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
%ibo-font-ral-nor-100 {
font-size: $ibo-font-size-100;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 400;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
%ibo-font-ral-nor-150 {
font-size: $ibo-font-size-150;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 400;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
%ibo-font-ral-nor-200 {
font-size: $ibo-font-size-200;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 400;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
%ibo-font-ral-nor-250 {
font-size: $ibo-font-size-250;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 400;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
%ibo-font-ral-nor-300 {
font-size: $ibo-font-size-300;
font-family:"Monorale";
font-family:"Raleway";
font-weight: 400;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
%ibo-font-ral-nor-350 {
font-size: $ibo-font-size-350;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 400;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
%ibo-font-ral-nor-400 {
font-size: $ibo-font-size-400;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 400;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
%ibo-font-ral-nor-450 {
font-size: $ibo-font-size-450;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 400;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
%ibo-font-ral-nor-500 {
font-size: $ibo-font-size-500;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 400;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
%ibo-font-ral-nor-550 {
font-size: $ibo-font-size-550;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 400;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
%ibo-font-ral-med-50 {
font-size: $ibo-font-size-50;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 500;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
%ibo-font-ral-med-100 {
font-size: $ibo-font-size-100;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 500;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
%ibo-font-ral-med-150 {
font-size: $ibo-font-size-150;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 500;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
%ibo-font-ral-med-200 {
font-size: $ibo-font-size-200;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 500;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
%ibo-font-ral-med-250 {
font-size: $ibo-font-size-250;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 500;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
%ibo-font-ral-med-300 {
font-size: $ibo-font-size-300;
font-family:"Monorale";
font-family:"Raleway";
font-weight: 500;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
%ibo-font-ral-med-350 {
font-size: $ibo-font-size-350;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 500;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
%ibo-font-ral-med-400 {
font-size: $ibo-font-size-400;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 500;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
%ibo-font-ral-med-450 {
font-size: $ibo-font-size-450;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 500;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
%ibo-font-ral-med-500 {
font-size: $ibo-font-size-500;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 500;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
%ibo-font-ral-med-550 {
font-size: $ibo-font-size-550;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 500;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
%ibo-font-ral-bol-50 {
font-size: $ibo-font-size-50;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 700;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
%ibo-font-ral-bol-100 {
font-size: $ibo-font-size-100;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 700;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
%ibo-font-ral-bol-150 {
font-size: $ibo-font-size-150;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 700;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
%ibo-font-ral-bol-200 {
font-size: $ibo-font-size-200;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 700;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
%ibo-font-ral-bol-250 {
font-size: $ibo-font-size-250;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 700;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
%ibo-font-ral-bol-300 {
font-size: $ibo-font-size-300;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 700;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
%ibo-font-ral-bol-350 {
font-size: $ibo-font-size-350;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 700;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
%ibo-font-ral-bol-400 {
font-size: $ibo-font-size-400;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 700;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
%ibo-font-ral-bol-450 {
font-size: $ibo-font-size-450;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 700;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
%ibo-font-ral-bol-500 {
font-size: $ibo-font-size-500;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 700;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
%ibo-font-ral-bol-550 {
font-size: $ibo-font-size-550;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 700;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
%ibo-font-ral-ita-50 {
font-size: $ibo-font-size-50;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 400;
font-style: italic;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
%ibo-font-ral-ita-100 {
font-size: $ibo-font-size-100;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 400;
font-style: italic;
}
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
%ibo-font-ral-ita-150 {
font-size: $ibo-font-size-150;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 400;
font-style: italic;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
%ibo-font-ral-ita-200 {
font-size: $ibo-font-size-200;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 400;
font-style: italic;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
%ibo-font-ral-ita-250 {
font-size: $ibo-font-size-250;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 400;
font-style: italic;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
%ibo-font-ral-ita-300 {
font-size: $ibo-font-size-300;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 400;
font-style: italic;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
%ibo-font-ral-ita-350 {
font-size: $ibo-font-size-350;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 400;
font-style: italic;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
%ibo-font-ral-ita-400 {
font-size: $ibo-font-size-400;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 400;
font-style: italic;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
%ibo-font-ral-ita-450 {
font-size: $ibo-font-size-450;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 400;
font-style: italic;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
%ibo-font-ral-ita-500 {
font-size: $ibo-font-size-500;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 400;
font-style: italic;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
%ibo-font-ral-ita-550 {
font-size: $ibo-font-size-550;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 400;
font-style: italic;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}

View File

@@ -16,7 +16,7 @@
* You should have received a copy of the GNU Affero General Public License
*/
$family-sans-serif: "Monorale";
$family-sans-serif: "Raleway";
$body-overflow-x: hidden !default;
$body-overflow-y: auto !default;

View File

@@ -130,7 +130,7 @@ $hover-background-color: #fde17c !default;
$border-highlight-color: $brand-primary-dark !default;
$highlight-item-color: $white !default;
$content-color: #eeeeee !default;
$default-font-family: "Monorale";
$default-font-family: "Raleway";
$icons-filter: hue-rotate(0deg) !default;
%font-awesome-prerequisites {

View File

@@ -32,7 +32,7 @@ a:hover {
height: 100%;
position: relative;
font-size: 1rem;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 500;
}

View File

@@ -309,6 +309,23 @@
--ibo-lifecycle-inactive-state-primary-color: #f6ae55;
--ibo-lifecycle-inactive-state-secondary-color: white;
}
/*!
* Copyright (C) 2013-2021 Combodo SARL
*
* This file is part of iTop.
*
* iTop is free software !default; you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* iTop is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY !default; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
*/
/*!
* Copyright (C) 2013-2020 Combodo SARL
*
@@ -375,95 +392,149 @@
*/
.ibo-navigation-menu--menu-filter-hotkey, .ibo-activity-entry--sub-information {
font-size: 0.83rem;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 400;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
.ibo-breadcrumbs--item, .ibo-quick-create--drawer, .ibo-global-search--drawer, .ibo-navigation-menu--notifications--item--bottom-text, .ibo-title--status, .ibo-field--fullscreen-toggler, .ibo-navigation-menu--user-info .ibo-navigation-menu--user-organization, body {
font-size: 1rem;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 400;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
.ibo-breadcrumbs--item-icon, .ibo-popover-menu--item, .ibo-input-select-icon--menu--item, .ibo-navigation-menu--notifications--item--content, .ibo-field, .ibo-navigation-menu--menu-nodes ul li > a, .ibo-navigation-menu--menu-nodes ul li > span, .ibo-navigation-menu--user-info .ibo-navigation-menu--user-notifications, .ibo-tab-container--tabs-list, .ibo-activity-entry--medallion {
font-size: 1.17rem;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 400;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
.ibo-collapsible-section .ibo-collapsible-section--body, .ibo-panel--body, .ibo-dashlet-header-static--text, .ibo-navigation-menu--menu-group {
font-size: 1.33rem;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 400;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
.ui-dialog-title, .ibo-panel--title .ibo-panel--title-title .ibo-panel--title-title-subtitle, .ibo-panel--title .ibo-panel--title-title .ibo-panel--title-title-subtitle a.summary, .ibo-navigation-menu--user-info .ibo-navigation-menu--user-welcome-message {
font-size: 1.5rem;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 400;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
.ibo-quick-create--input.selectize-control.single .selectize-input > input, .ibo-quick-create--input.selectize-control.single .selectize-input.input-active > input, .ibo-quick-create--input.selectize-control.single .selectize-input > .item, .ibo-quick-create--input.selectize-control.single .selectize-input.input-active > .item, .ibo-global-search--input, .ibo-global-search--input:hover, .ibo-global-search--input:focus, .ibo-global-search--input:active {
font-size: 1.67rem;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 400;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
.ibo-title--for-object-details, .ibo-title-for-dashlet--title, .ibo-navigation-menu--menu-nodes-title {
font-size: 1.83rem;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 400;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
.ibo-quick-create--icon, .ibo-global-search--icon {
font-size: 2rem;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 400;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
.ibo-dashlet-header-dynamic--label, .ibo-datatable thead tr th, .ibo-datatable tbody tr td, .dataTables_length, .dataTables_length select, .dataTables_info, .paginate_button a, .paginate_button.active a, .ibo-criterion-area, .ibo-field-badge, .ibo-dashboard--properties table td .ibo-field, .ibo-dashboard--available-dashlets table td .ibo-field, .ibo-dashlet--properties table td .ibo-field {
font-size: 1rem;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 500;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
.ibo-alert, .ibo-button, .ui-dialog .ui-button, .ui-datepicker-current, .ui-datepicker-close, .ibo-prop--apply > span, .ibo-prop--cancel > span, .sf_results_placeholder button, .sfc_fg_button, .ibo-dashlet--delete, .ibo-dashlet-badge--action-create, .sf_results_placeholder, .ibo-dashboard--properties--subtitle, .ibo-dashboard--available-dashlet--title, .ibo-dashlet--properties--title {
font-size: 1.17rem;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 500;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
.ibo-collapsible-section .ibo-collapsible-section--header .ibo-collapsible-section--title, .ibo-panel--title, .ibo-panel--title .ibo-panel--title-title, .ibo-dashlet-badge--action-list, .ibo-dashlet-header-static--title, .ibo-fieldset-legend, .ibo-dashboard--properties--subtitle, .ibo-dashboard--available-dashlet--title, .ibo-dashlet--properties--title, .ibo-top-bar--toolbar-dashboard-title, .ibo-tab-container--tab-container--label > span, .ibo-dashboard--properties--title {
font-size: 1.5rem;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 500;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
.ibo-field--label > .ibo-has-description::after, .ibo-navigation-menu--menu-filter-clear {
font-size: 0.83rem;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 700;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
ul.cke_autocomplete_panel .ibo-vendors-ckeditor--autocomplete-item-title, .ibo-navigation-menu--menu-node-counter {
font-size: 1rem;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 700;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
.ibo-alert .ibo-alert--title, .ibo-tab-container--tab-header.ui-tabs-active, .ui-tabs-active.ibo-tab-container--extra-tabs-container {
font-size: 1.17rem;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 700;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
.ibo-navigation-menu--notifications-show-all-multiple ~ .ibo-popover-menu .ibo-navigation-menu--notifications-show-all-multiple--counter, .ibo-navigation-menu--notifications-show-all-multiple ~ .ibo-input-select-icon--menu .ibo-navigation-menu--notifications-show-all-multiple--counter, .ibo-dashlet-header-dynamic--count {
font-size: 1.33rem;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 700;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
.ibo-dashlet-badge--action-list-count {
font-size: 2.5rem;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 700;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
.ibo-navigation-menu--menu-filter-hint {
font-size: 0.83rem;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 400;
font-style: italic;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
.ibo-quick-create--compartment--placeholder-hint, .ibo-global-search--compartment--placeholder-hint, .ibo-navigation-menu--menu--placeholder-hint, .ibo-activity-panel--body--placeholder-hint {
font-size: 1rem;
font-family: "Monorale";
font-family: "Raleway";
font-weight: 400;
font-style: italic;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
/*!
* Copyright (C) 2013-2020 Combodo SARL
@@ -869,7 +940,7 @@ article, aside, figure, footer, header, hgroup, section {
display: block;
}
body, button, input, select, textarea {
font-family: "Monorale";
font-family: "Raleway";
}
code, pre {
-moz-osx-font-smoothing: auto;
@@ -8537,13 +8608,13 @@ a.has-text-danger-dark:hover, .ibo-quick-create--compartment-results--element >
font-weight: 700 !important;
}
.is-family-primary {
font-family: "Monorale" !important;
font-family: "Raleway" !important;
}
.is-family-secondary {
font-family: "Monorale" !important;
font-family: "Raleway" !important;
}
.is-family-sans-serif {
font-family: "Monorale" !important;
font-family: "Raleway" !important;
}
.is-family-monospace {
font-family: monospace !important;
@@ -10169,112 +10240,112 @@ a:active {
*/
/* This is an overload of the default lib. stylesheet to use local fonts instead of the CDN */
@font-face {
font-family: Monorale;
font-family: Raleway;
font-weight: 100;
font-style: normal;
src: local('Raleway-v4020 Thin'), url('../lib/samvk/monorale-raleway-sober/otf/Monorale-Thin.otf') format('otf'), url('../lib/samvk/monorale-raleway-sober/woff/Monorale-Thin.woff') format('woff');
src: local('Raleway Thin'), url('../node_modules/raleway-webfont/fonts/Raleway-Thin.ttf') format('truetype');
}
@font-face {
font-family: Monorale;
font-family: Raleway;
font-weight: 100;
font-style: italic;
src: local('Raleway-v4020 Thin'), url('../lib/samvk/monorale-raleway-sober/otf/Monorale-ThinItalic.otf') format('otf'), url('../lib/samvk/monorale-raleway-sober/woff/Monorale-ThinItalic.woff') format('woff');
src: local('Raleway Thin'), url('../node_modules/raleway-webfont/fonts/Raleway-Thin-Italic.ttf') format('truetype');
}
@font-face {
font-family: Monorale;
font-family: Raleway;
font-weight: 200;
font-style: normal;
src: local('Raleway-v4020 ExtraLight'), url('../lib/samvk/monorale-raleway-sober/otf/Monorale-ExtraLight.otf') format('otf'), url('../lib/samvk/monorale-raleway-sober/woff/Monorale-ExtraLight.woff') format('woff');
src: local('Raleway ExtraLight'), url('../node_modules/raleway-webfont/fonts/Raleway-ExtraLight.ttf') format('truetype');
}
@font-face {
font-family: Monorale;
font-family: Raleway;
font-weight: 200;
font-style: italic;
src: local('Raleway-v4020 ExtraLight'), url('../lib/samvk/monorale-raleway-sober/otf/Monorale-ExtraLightItalic.otf') format('otf'), url('../lib/samvk/monorale-raleway-sober/woff/Monorale-ExtraLightItalic.woff') format('woff');
src: local('Raleway ExtraLight'), url('../node_modules/raleway-webfont/fonts/Raleway-ExtraLight-Italic.ttf') format('truetype');
}
@font-face {
font-family: Monorale;
font-family: Raleway;
font-weight: 300;
font-style: normal;
src: local('Raleway-v4020 Light'), url('../lib/samvk/monorale-raleway-sober/otf/Monorale-Light.otf') format('otf'), url('../lib/samvk/monorale-raleway-sober/woff/Monorale-Light.woff') format('woff');
src: local('Raleway Light'), url('../node_modules/raleway-webfont/fonts/Raleway-Light.ttf') format('truetype');
}
@font-face {
font-family: Monorale;
font-family: Raleway;
font-weight: 300;
font-style: italic;
src: local('Raleway-v4020 Light'), url('../lib/samvk/monorale-raleway-sober/otf/Monorale-LightItalic.otf') format('otf'), url('../lib/samvk/monorale-raleway-sober/woff/Monorale-LightItalic.woff') format('woff');
src: local('Raleway Light'), url('../node_modules/raleway-webfont/fonts/Raleway-Light-Italic.ttf') format('truetype');
}
@font-face {
font-family: Monorale;
font-family: Raleway;
font-weight: 400;
font-style: normal;
src: local('Raleway-v4020'), url('../lib/samvk/monorale-raleway-sober/otf/Monorale-Regular.otf') format('otf'), url('../lib/samvk/monorale-raleway-sober/woff/Monorale-Regular.woff') format('woff');
src: local('Raleway'), url('../node_modules/raleway-webfont/fonts/Raleway-Regular.ttf') format('truetype');
}
@font-face {
font-family: Monorale;
font-family: Raleway;
font-weight: 400;
font-style: italic;
src: local('Raleway-v4020'), url('../lib/samvk/monorale-raleway-sober/otf/Monorale-Italic.otf') format('otf'), url('../lib/samvk/monorale-raleway-sober/woff/Monorale-Italic.woff') format('woff');
src: local('Raleway'), url('../node_modules/raleway-webfont/fonts/Raleway-Regular-Italic.ttf') format('truetype');
}
@font-face {
font-family: Monorale;
font-family: Raleway;
font-weight: 500;
font-style: normal;
src: local('Raleway-v4020 Medium'), url('../lib/samvk/monorale-raleway-sober/otf/Monorale-Medium.otf') format('otf'), url('../lib/samvk/monorale-raleway-sober/woff/Monorale-Medium.woff') format('woff');
src: local('Raleway Medium'), url('../node_modules/raleway-webfont/fonts/Raleway-Medium.ttf') format('truetype');
}
@font-face {
font-family: Monorale;
font-family: Raleway;
font-weight: 500;
font-style: italic;
src: local('Raleway-v4020 Medium'), url('../lib/samvk/monorale-raleway-sober/otf/Monorale-MediumItalic.otf') format('otf'), url('../lib/samvk/monorale-raleway-sober/woff/Monorale-MediumItalic.woff') format('woff');
src: local('Raleway Medium'), url('../node_modules/raleway-webfont/fonts/Raleway-Medium-Italic.ttf') format('truetype');
}
@font-face {
font-family: Monorale;
font-family: Raleway;
font-weight: 600;
font-style: normal;
src: local('Raleway-v4020 SemiBold'), url('../lib/samvk/monorale-raleway-sober/otf/Monorale-SemiBold.otf') format('otf'), url('../lib/samvk/monorale-raleway-sober/woff/Monorale-SemiBold.woff') format('woff');
src: local('Raleway SemiBold'), url('../node_modules/raleway-webfont/fonts/Raleway-SemiBold.ttf') format('truetype');
}
@font-face {
font-family: Monorale;
font-family: Raleway;
font-weight: 600;
font-style: italic;
src: local('Raleway-v4020 SemiBold'), url('../lib/samvk/monorale-raleway-sober/otf/Monorale-SemiBoldItalic.otf') format('otf'), url('../lib/samvk/monorale-raleway-sober/woff/Monorale-SemiBoldItalic.woff') format('woff');
src: local('Raleway SemiBold'), url('../node_modules/raleway-webfont/fonts/Raleway-SemiBold-Italic.ttf') format('truetype');
}
@font-face {
font-family: Monorale;
font-family: Raleway;
font-weight: 700;
font-style: normal;
src: local('Raleway-v4020'), url('../lib/samvk/monorale-raleway-sober/otf/Monorale-Bold.otf') format('otf'), url('../lib/samvk/monorale-raleway-sober/woff/Monorale-Bold.woff') format('woff');
src: local('Raleway'), url('../node_modules/raleway-webfont/fonts/Raleway-Bold.ttf') format('truetype');
}
@font-face {
font-family: Monorale;
font-family: Raleway;
font-weight: 700;
font-style: italic;
src: local('Raleway-v4020'), url('../lib/samvk/monorale-raleway-sober/otf/Monorale-BoldItalic.otf') format('otf'), url('../lib/samvk/monorale-raleway-sober/woff/Monorale-BoldItalic.woff') format('woff');
src: local('Raleway'), url('../node_modules/raleway-webfont/fonts/Raleway-Bold-Italic.ttf') format('truetype');
}
@font-face {
font-family: Monorale;
font-family: Raleway;
font-weight: 800;
font-style: normal;
src: local('Raleway-v4020 ExtraBold'), url('../lib/samvk/monorale-raleway-sober/otf/Monorale-ExtraBold.otf') format('otf'), url('../lib/samvk/monorale-raleway-sober/woff/Monorale-ExtraBold.woff') format('woff');
src: local('Raleway ExtraBold'), url('../node_modules/raleway-webfont/fonts/Raleway-ExtraBold.ttf') format('truetype');
}
@font-face {
font-family: Monorale;
font-family: Raleway;
font-weight: 800;
font-style: italic;
src: local('Raleway-v4020 ExtraBold'), url('../lib/samvk/monorale-raleway-sober/otf/Monorale-ExtraBoldItalic.otf') format('otf'), url('../lib/samvk/monorale-raleway-sober/woff/Monorale-ExtraBoldItalic.woff') format('woff');
src: local('Raleway ExtraBold'), url('../node_modules/raleway-webfont/fonts/Raleway-ExtraBold-Italic.ttf') format('truetype');
}
@font-face {
font-family: Monorale;
font-family: Raleway;
font-weight: 900;
font-style: normal;
src: local('Raleway-v4020 Black'), url('../lib/samvk/monorale-raleway-sober/otf/Monorale-Black.otf') format('otf'), url('../lib/samvk/monorale-raleway-sober/woff/Monorale-Black.woff') format('woff');
src: local('Raleway Black'), url('../node_modules/raleway-webfont/fonts/Raleway-Black.ttf') format('truetype');
}
@font-face {
font-family: Monorale;
font-family: Raleway;
font-weight: 900;
font-style: italic;
src: local('Raleway-v4020 Black'), url('../lib/samvk/monorale-raleway-sober/otf/Monorale-BlackItalic.otf') format('otf'), url('../lib/samvk/monorale-raleway-sober/woff/Monorale-BlackItalic.woff') format('woff');
src: local('Raleway Black'), url('../node_modules/raleway-webfont/fonts/Raleway-Black-Italic.ttf') format('truetype');
}
/*!
* copyright Copyright (C) 2010-2020 Combodo SARL
@@ -14816,7 +14887,7 @@ fieldset > legend {
}
body {
font-size: 1.17rem;
font-family: "Monorale";
font-family: "Raleway";
}
#ibo_setup_container {
width: 800px;

View File

@@ -333,7 +333,7 @@ fieldset {
body {
font-size: 1.17rem;
font-family: "Monorale";
font-family: "Raleway";
}
#ibo_setup_container {

View File

@@ -1,23 +0,0 @@
# Monorale: Raleway Sober
###### The elegant _Raleway_ with numbers aligned and a non-crossing "w".
![monorale-raleway](https://user-images.githubusercontent.com/12996081/32284539-f112f3da-befd-11e7-9c48-07789df31b78.png)
_Monorale_ is built off [v4020](https://github.com/impallari/Raleway/tree/master/fonts/v4020) of Raleway.
Currently available as `otf` and `woff` files.
---
#### Why can't I just use _Raleway_ with its alternate glyphs?
You absolutely can! _Monorale_ is just an easy way — especially for web apps — to host a `woff` file with Raleway's aligned numbers and alternate "w" as the default.
#### How is this different from _Rawline_?
[Rawline: Raleway With "Fixed" Numerals](https://github.com/h-ibaldo/Raleway_Fixed_Numerals/) still uses Raleway's criss-crossing "w". I also noticed all text was being shifted-down, especially SVGs.
---
Special thanks to [@EmmaSimon](https://github.com/EmmaSimon) for the name.

View File

@@ -1 +0,0 @@
theme: jekyll-theme-cayman

View File

@@ -1,125 +0,0 @@
@font-face {
font-family: Monorale;
font-weight: 100;
font-style: normal;
src: url('https://cdn.rawgit.com/samvk/monorale-raleway-sober/master/woff/Monorale-Thin.woff') format('woff');
}
@font-face {
font-family: Monorale;
font-weight: 100;
font-style: italic;
src: url('https://cdn.rawgit.com/samvk/monorale-raleway-sober/master/woff/Monorale-ThinItalic.woff') format('woff');
}
@font-face {
font-family: Monorale;
font-weight: 200;
font-style: normal;
src: url('https://cdn.rawgit.com/samvk/monorale-raleway-sober/master/woff/Monorale-ExtraLight.woff') format('woff');
}
@font-face {
font-family: Monorale;
font-weight: 200;
font-style: italic;
src: url('https://cdn.rawgit.com/samvk/monorale-raleway-sober/master/woff/Monorale-ExtraLightItalic.woff') format('woff');
}
@font-face {
font-family: Monorale;
font-weight: 300;
font-style: normal;
src: url('https://cdn.rawgit.com/samvk/monorale-raleway-sober/master/woff/Monorale-Light.woff') format('woff');
}
@font-face {
font-family: Monorale;
font-weight: 300;
font-style: italic;
src: url('https://cdn.rawgit.com/samvk/monorale-raleway-sober/master/woff/Monorale-LightItalic.woff') format('woff');
}
@font-face {
font-family: Monorale;
font-weight: 400;
font-style: normal;
src: url('https://cdn.rawgit.com/samvk/monorale-raleway-sober/master/woff/Monorale-Regular.woff') format('woff');
}
@font-face {
font-family: Monorale;
font-weight: 400;
font-style: italic;
src: url('https://cdn.rawgit.com/samvk/monorale-raleway-sober/master/woff/Monorale-Italic.woff') format('woff');
}
@font-face {
font-family: Monorale;
font-weight: 500;
font-style: normal;
src: url('https://cdn.rawgit.com/samvk/monorale-raleway-sober/master/woff/Monorale-Medium.woff') format('woff');
}
@font-face {
font-family: Monorale;
font-weight: 500;
font-style: italic;
src: url('https://cdn.rawgit.com/samvk/monorale-raleway-sober/master/woff/Monorale-MediumItalic.woff') format('woff');
}
@font-face {
font-family: Monorale;
font-weight: 600;
font-style: normal;
src: url('https://cdn.rawgit.com/samvk/monorale-raleway-sober/master/woff/Monorale-SemiBold.woff') format('woff');
}
@font-face {
font-family: Monorale;
font-weight: 600;
font-style: italic;
src: url('https://cdn.rawgit.com/samvk/monorale-raleway-sober/master/woff/Monorale-SemiBoldItalic.woff') format('woff');
}
@font-face {
font-family: Monorale;
font-weight: 700;
font-style: normal;
src: url('https://cdn.rawgit.com/samvk/monorale-raleway-sober/master/woff/Monorale-Bold.woff') format('woff');
}
@font-face {
font-family: Monorale;
font-weight: 700;
font-style: italic;
src: url('https://cdn.rawgit.com/samvk/monorale-raleway-sober/master/woff/Monorale-BoldItalic.woff') format('woff');
}
@font-face {
font-family: Monorale;
font-weight: 800;
font-style: normal;
src: url('https://cdn.rawgit.com/samvk/monorale-raleway-sober/master/woff/Monorale-ExtraBold.woff') format('woff');
}
@font-face {
font-family: Monorale;
font-weight: 800;
font-style: italic;
src: url('https://cdn.rawgit.com/samvk/monorale-raleway-sober/master/woff/Monorale-ExtraBoldItalic.woff') format('woff');
}
@font-face {
font-family: Monorale;
font-weight: 900;
font-style: normal;
src: url('https://cdn.rawgit.com/samvk/monorale-raleway-sober/master/woff/Monorale-Black.woff') format('woff');
}
@font-face {
font-family: Monorale;
font-weight: 900;
font-style: italic;
src: url('https://cdn.rawgit.com/samvk/monorale-raleway-sober/master/woff/Monorale-BlackItalic.woff') format('woff');
}

21
node_modules/raleway-webfont/LICENSE generated vendored Normal file
View File

@@ -0,0 +1,21 @@
MIT License
Copyright (c) 2016 Dilatorily
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

4
lib/samvk/monorale-raleway-sober/OFL.txt → node_modules/raleway-webfont/OFL.txt generated vendored Normal file → Executable file
View File

@@ -2,8 +2,6 @@ Copyright (c) 2010, Matt McInerney (matt@pixelspread.com),
Copyright (c) 2011, Pablo Impallari (www.impallari.com|impallari@gmail.com),
Copyright (c) 2011, Rodrigo Fuenzalida (www.rfuenzalida.com|hello@rfuenzalida.com), with Reserved Font Name Raleway
Copyright (c) 2017, Sam Kauffman (hello@samvk.com), with Reserved Font Name Monorale
This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
@@ -22,7 +20,7 @@ with others.
The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded,
fonts, including any derivative works, can be bundled, embedded,
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The

13
node_modules/raleway-webfont/README.md generated vendored Normal file
View File

@@ -0,0 +1,13 @@
# Raleway Webfont
This is a *NPM* repository for the [Raleway](https://fonts.google.com/specimen/Raleway) web font.
## Installation
Run the following command in a CLI.
```bash
$ npm install --save raleway-webfont
```
## License
The software is licensed under the [MIT license](LICENSE).
The font is licensed under the [SIL Open Font License](OFL.txt).

BIN
node_modules/raleway-webfont/fonts/Raleway-Black-Italic.ttf generated vendored Executable file

Binary file not shown.

BIN
node_modules/raleway-webfont/fonts/Raleway-Black.ttf generated vendored Executable file

Binary file not shown.

BIN
node_modules/raleway-webfont/fonts/Raleway-Bold-Italic.ttf generated vendored Executable file

Binary file not shown.

BIN
node_modules/raleway-webfont/fonts/Raleway-Bold.ttf generated vendored Executable file

Binary file not shown.

Binary file not shown.

BIN
node_modules/raleway-webfont/fonts/Raleway-ExtraBold.ttf generated vendored Executable file

Binary file not shown.

Binary file not shown.

BIN
node_modules/raleway-webfont/fonts/Raleway-ExtraLight.ttf generated vendored Executable file

Binary file not shown.

BIN
node_modules/raleway-webfont/fonts/Raleway-Light-Italic.ttf generated vendored Executable file

Binary file not shown.

BIN
node_modules/raleway-webfont/fonts/Raleway-Light.ttf generated vendored Executable file

Binary file not shown.

BIN
node_modules/raleway-webfont/fonts/Raleway-Medium-Italic.ttf generated vendored Executable file

Binary file not shown.

BIN
node_modules/raleway-webfont/fonts/Raleway-Medium.ttf generated vendored Executable file

Binary file not shown.

BIN
node_modules/raleway-webfont/fonts/Raleway-Regular-Italic.ttf generated vendored Executable file

Binary file not shown.

BIN
node_modules/raleway-webfont/fonts/Raleway-Regular.ttf generated vendored Executable file

Binary file not shown.

Binary file not shown.

BIN
node_modules/raleway-webfont/fonts/Raleway-SemiBold.ttf generated vendored Executable file

Binary file not shown.

BIN
node_modules/raleway-webfont/fonts/Raleway-Thin-Italic.ttf generated vendored Executable file

Binary file not shown.

BIN
node_modules/raleway-webfont/fonts/Raleway-Thin.ttf generated vendored Executable file

Binary file not shown.

50
node_modules/raleway-webfont/package.json generated vendored Normal file
View File

@@ -0,0 +1,50 @@
{
"_from": "raleway-webfont",
"_id": "raleway-webfont@3.0.1",
"_inBundle": false,
"_integrity": "sha1-Er9rCBVY/eBxffWpfMF/B20eq/o=",
"_location": "/raleway-webfont",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "raleway-webfont",
"name": "raleway-webfont",
"escapedName": "raleway-webfont",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/raleway-webfont/-/raleway-webfont-3.0.1.tgz",
"_shasum": "12bf6b081558fde0717df5a97cc17f076d1eabfa",
"_spec": "raleway-webfont",
"_where": "/srv/http/develop_28",
"author": {
"name": "Pablo Impallari"
},
"bugs": {
"url": "https://github.com/Dilatorily/raleway/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "NPM package for the Raleway font",
"homepage": "https://fonts.google.com/specimen/Raleway",
"keywords": [
"raleway",
"font",
"webfont",
"css"
],
"license": "MIT AND OFL-1.1",
"main": "raleway.css",
"name": "raleway-webfont",
"repository": {
"type": "git",
"url": "git+https://github.com/Dilatorily/raleway.git"
},
"version": "3.0.1"
}

143
node_modules/raleway-webfont/raleway.css generated vendored Normal file
View File

@@ -0,0 +1,143 @@
@font-face {
font-family: Raleway;
src: url('fonts/Raleway-Thin.ttf') format('truetype');
font-style: normal;
font-weight: 100;
text-rendering: optimizeLegibility;
}
@font-face {
font-family: Raleway;
src: url('fonts/Raleway-Thin-Italic.ttf') format('truetype');
font-style: italic;
font-weight: 100;
text-rendering: optimizeLegibility;
}
@font-face {
font-family: Raleway;
src: url('fonts/Raleway-ExtraLight.ttf') format('truetype');
font-style: normal;
font-weight: 200;
text-rendering: optimizeLegibility;
}
@font-face {
font-family: Raleway;
src: url('fonts/Raleway-ExtraLight-Italic.ttf') format('truetype');
font-style: italic;
font-weight: 200;
text-rendering: optimizeLegibility;
}
@font-face {
font-family: Raleway;
src: url('fonts/Raleway-Light.ttf') format('truetype');
font-style: normal;
font-weight: 300;
text-rendering: optimizeLegibility;
}
@font-face {
font-family: Raleway;
src: url('fonts/Raleway-Light-Italic.ttf') format('truetype');
font-style: italic;
font-weight: 300;
text-rendering: optimizeLegibility;
}
@font-face {
font-family: Raleway;
src: url('fonts/Raleway-Regular.ttf') format('truetype');
font-style: normal;
font-weight: 400;
text-rendering: optimizeLegibility;
}
@font-face {
font-family: Raleway;
src: url('fonts/Raleway-Regular-Italic.ttf') format('truetype');
font-style: italic;
font-weight: 400;
text-rendering: optimizeLegibility;
}
@font-face {
font-family: Raleway;
src: url('fonts/Raleway-Medium.ttf') format('truetype');
font-style: normal;
font-weight: 500;
text-rendering: optimizeLegibility;
}
@font-face {
font-family: Raleway;
src: url('fonts/Raleway-Medium-Italic.ttf') format('truetype');
font-style: italic;
font-weight: 500;
text-rendering: optimizeLegibility;
}
@font-face {
font-family: Raleway;
src: url('fonts/Raleway-SemiBold.ttf') format('truetype');
font-style: normal;
font-weight: 600;
text-rendering: optimizeLegibility;
}
@font-face {
font-family: Raleway;
src: url('fonts/Raleway-SemiBold-Italic.ttf') format('truetype');
font-style: italic;
font-weight: 600;
text-rendering: optimizeLegibility;
}
@font-face {
font-family: Raleway;
src: url('fonts/Raleway-Bold.ttf') format('truetype');
font-style: normal;
font-weight: 700;
text-rendering: optimizeLegibility;
}
@font-face {
font-family: Raleway;
src: url('fonts/Raleway-Bold-Italic.ttf') format('truetype');
font-style: italic;
font-weight: 700;
text-rendering: optimizeLegibility;
}
@font-face {
font-family: Raleway;
src: url('fonts/Raleway-ExtraBold.ttf') format('truetype');
font-style: normal;
font-weight: 800;
text-rendering: optimizeLegibility;
}
@font-face {
font-family: Raleway;
src: url('fonts/Raleway-ExtraBold-Italic.ttf') format('truetype');
font-style: italic;
font-weight: 800;
text-rendering: optimizeLegibility;
}
@font-face {
font-family: Raleway;
src: url('fonts/Raleway-Black.ttf') format('truetype');
font-style: normal;
font-weight: 900;
text-rendering: optimizeLegibility;
}
@font-face {
font-family: Raleway;
src: url('fonts/Raleway-Black-Italic.ttf') format('truetype');
font-style: italic;
font-weight: 900;
text-rendering: optimizeLegibility;
}

1
node_modules/raleway-webfont/raleway.min.css generated vendored Normal file
View File

@@ -0,0 +1 @@
@font-face{font-family:Raleway;src:url(fonts/Raleway-Thin.ttf) format('truetype');font-style:normal;font-weight:100;text-rendering:optimizeLegibility}@font-face{font-family:Raleway;src:url(fonts/Raleway-Thin-Italic.ttf) format('truetype');font-style:italic;font-weight:100;text-rendering:optimizeLegibility}@font-face{font-family:Raleway;src:url(fonts/Raleway-ExtraLight.ttf) format('truetype');font-style:normal;font-weight:200;text-rendering:optimizeLegibility}@font-face{font-family:Raleway;src:url(fonts/Raleway-ExtraLight-Italic.ttf) format('truetype');font-style:italic;font-weight:200;text-rendering:optimizeLegibility}@font-face{font-family:Raleway;src:url(fonts/Raleway-Light.ttf) format('truetype');font-style:normal;font-weight:300;text-rendering:optimizeLegibility}@font-face{font-family:Raleway;src:url(fonts/Raleway-Light-Italic.ttf) format('truetype');font-style:italic;font-weight:300;text-rendering:optimizeLegibility}@font-face{font-family:Raleway;src:url(fonts/Raleway-Regular.ttf) format('truetype');font-style:normal;font-weight:400;text-rendering:optimizeLegibility}@font-face{font-family:Raleway;src:url(fonts/Raleway-Regular-Italic.ttf) format('truetype');font-style:italic;font-weight:400;text-rendering:optimizeLegibility}@font-face{font-family:Raleway;src:url(fonts/Raleway-Medium.ttf) format('truetype');font-style:normal;font-weight:500;text-rendering:optimizeLegibility}@font-face{font-family:Raleway;src:url(fonts/Raleway-Medium-Italic.ttf) format('truetype');font-style:italic;font-weight:500;text-rendering:optimizeLegibility}@font-face{font-family:Raleway;src:url(fonts/Raleway-SemiBold.ttf) format('truetype');font-style:normal;font-weight:600;text-rendering:optimizeLegibility}@font-face{font-family:Raleway;src:url(fonts/Raleway-SemiBold-Italic.ttf) format('truetype');font-style:italic;font-weight:600;text-rendering:optimizeLegibility}@font-face{font-family:Raleway;src:url(fonts/Raleway-Bold.ttf) format('truetype');font-style:normal;font-weight:700;text-rendering:optimizeLegibility}@font-face{font-family:Raleway;src:url(fonts/Raleway-Bold-Italic.ttf) format('truetype');font-style:italic;font-weight:700;text-rendering:optimizeLegibility}@font-face{font-family:Raleway;src:url(fonts/Raleway-ExtraBold.ttf) format('truetype');font-style:normal;font-weight:800;text-rendering:optimizeLegibility}@font-face{font-family:Raleway;src:url(fonts/Raleway-ExtraBold-Italic.ttf) format('truetype');font-style:italic;font-weight:800;text-rendering:optimizeLegibility}@font-face{font-family:Raleway;src:url(fonts/Raleway-Black.ttf) format('truetype');font-style:normal;font-weight:900;text-rendering:optimizeLegibility}@font-face{font-family:Raleway;src:url(fonts/Raleway-Black-Italic.ttf) format('truetype');font-style:italic;font-weight:900;text-rendering:optimizeLegibility}/*# sourceMappingURL=raleway.min.css.map */

1
node_modules/raleway-webfont/raleway.min.css.map generated vendored Normal file
View File

@@ -0,0 +1 @@
{"version":3,"sources":["raleway.css"],"names":[],"mappings":"AAAA,WACI,YAAa,QACb,IAAK,4BAA2B,mBAChC,WAAY,OACZ,YAAa,IACb,eAAgB,mBAGpB,WACI,YAAa,QACb,IAAK,mCAAkC,mBACvC,WAAY,OACZ,YAAa,IACb,eAAgB,mBAGpB,WACI,YAAa,QACb,IAAK,kCAAiC,mBACtC,WAAY,OACZ,YAAa,IACb,eAAgB,mBAGpB,WACI,YAAa,QACb,IAAK,yCAAwC,mBAC7C,WAAY,OACZ,YAAa,IACb,eAAgB,mBAGpB,WACI,YAAa,QACb,IAAK,6BAA4B,mBACjC,WAAY,OACZ,YAAa,IACb,eAAgB,mBAGpB,WACI,YAAa,QACb,IAAK,oCAAmC,mBACxC,WAAY,OACZ,YAAa,IACb,eAAgB,mBAGpB,WACI,YAAa,QACb,IAAK,+BAA8B,mBACnC,WAAY,OACZ,YAAa,IACb,eAAgB,mBAGpB,WACI,YAAa,QACb,IAAK,sCAAqC,mBAC1C,WAAY,OACZ,YAAa,IACb,eAAgB,mBAGpB,WACI,YAAa,QACb,IAAK,8BAA6B,mBAClC,WAAY,OACZ,YAAa,IACb,eAAgB,mBAGpB,WACI,YAAa,QACb,IAAK,qCAAoC,mBACzC,WAAY,OACZ,YAAa,IACb,eAAgB,mBAGpB,WACI,YAAa,QACb,IAAK,gCAA+B,mBACpC,WAAY,OACZ,YAAa,IACb,eAAgB,mBAGpB,WACI,YAAa,QACb,IAAK,uCAAsC,mBAC3C,WAAY,OACZ,YAAa,IACb,eAAgB,mBAGpB,WACI,YAAa,QACb,IAAK,4BAA2B,mBAChC,WAAY,OACZ,YAAa,IACb,eAAgB,mBAGpB,WACI,YAAa,QACb,IAAK,mCAAkC,mBACvC,WAAY,OACZ,YAAa,IACb,eAAgB,mBAGpB,WACI,YAAa,QACb,IAAK,iCAAgC,mBACrC,WAAY,OACZ,YAAa,IACb,eAAgB,mBAGpB,WACI,YAAa,QACb,IAAK,wCAAuC,mBAC5C,WAAY,OACZ,YAAa,IACb,eAAgB,mBAGpB,WACI,YAAa,QACb,IAAK,6BAA4B,mBACjC,WAAY,OACZ,YAAa,IACb,eAAgB,mBAGpB,WACI,YAAa,QACb,IAAK,oCAAmC,mBACxC,WAAY,OACZ,YAAa,IACb,eAAgB"}

5
package-lock.json generated
View File

@@ -12,6 +12,11 @@
"resolved": "https://registry.npmjs.org/bulma-scss/-/bulma-scss-0.9.0-1.tgz",
"integrity": "sha512-cOZFITkQii6YT0ff+P9FDTORFd2UquRzqb38CHYXVLHQDbiqKJG8cmmYzRXjA7jvEVkQy7I4897CVVG7XYeAkw=="
},
"raleway-webfont": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/raleway-webfont/-/raleway-webfont-3.0.1.tgz",
"integrity": "sha1-Er9rCBVY/eBxffWpfMF/B20eq/o="
},
"scrollmagic": {
"version": "2.0.8",
"resolved": "https://registry.npmjs.org/scrollmagic/-/scrollmagic-2.0.8.tgz",