Files
iTop/css/backoffice/base/_typography.scss

133 lines
4.0 KiB
SCSS

/*
* @copyright Copyright (C) 2010-2021 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
*/
/* This is an overload of the default lib. stylesheet to use local fonts instead of the CDN */
@font-face {
font-family: Raleway;
font-weight: 100;
font-style: normal;
src: local('Raleway Thin'),
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-Thin.ttf') format('truetype'),
}
@font-face {
font-family: Raleway;
font-weight: 100;
font-style: italic;
src: local('Raleway Thin'),
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-Thin-Italic.ttf') format('truetype'),
}
@font-face {
font-family: Raleway;
font-weight: 200;
font-style: normal;
src: local('Raleway ExtraLight'),
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-ExtraLight.ttf') format('truetype'),
}
@font-face {
font-family: Raleway;
font-weight: 200;
font-style: italic;
src: local('Raleway ExtraLight'),
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-ExtraLight-Italic.ttf') format('truetype'),
}
@font-face {
font-family: Raleway;
font-weight: 300;
font-style: normal;
src: local('Raleway Light'),
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-Light.ttf') format('truetype'),
}
@font-face {
font-family: Raleway;
font-weight: 300;
font-style: italic;
src: local('Raleway Light'),
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-Light-Italic.ttf') format('truetype'),
}
@font-face {
font-family: Raleway;
font-weight: 400;
font-style: normal;
src: local('Raleway'),
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-Regular.ttf') format('truetype'),
}
@font-face {
font-family: Raleway;
font-weight: 400;
font-style: italic;
src: local('Raleway'),
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-Regular-Italic.ttf') format('truetype'),
}
@font-face {
font-family: Raleway;
font-weight: 500;
font-style: normal;
src: local('Raleway Medium'),
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-Medium.ttf') format('truetype'),
}
@font-face {
font-family: Raleway;
font-weight: 500;
font-style: italic;
src: local('Raleway Medium'),
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-Medium-Italic.ttf') format('truetype'),
}
@font-face {
font-family: Raleway;
font-weight: 600;
font-style: normal;
src: local('Raleway SemiBold'),
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-SemiBold.ttf') format('truetype'),
}
@font-face {
font-family: Raleway;
font-weight: 600;
font-style: italic;
src: local('Raleway SemiBold'),
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-SemiBold-Italic.ttf') format('truetype'),
}
@font-face {
font-family: Raleway;
font-weight: 700;
font-style: normal;
src: local('Raleway'),
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-Bold.ttf') format('truetype'),
}
@font-face {
font-family: Raleway;
font-weight: 700;
font-style: italic;
src: local('Raleway'),
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-Bold-Italic.ttf') format('truetype'),
}
@font-face {
font-family: Raleway;
font-weight: 800;
font-style: normal;
src: local('Raleway ExtraBold'),
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-ExtraBold.ttf') format('truetype'),
}
@font-face {
font-family: Raleway;
font-weight: 800;
font-style: italic;
src: local('Raleway ExtraBold'),
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-ExtraBold-Italic.ttf') format('truetype'),
}
@font-face {
font-family: Raleway;
font-weight: 900;
font-style: normal;
src: local('Raleway Black'),
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-Black.ttf') format('truetype'),
}
@font-face {
font-family: Raleway;
font-weight: 900;
font-style: italic;
src: local('Raleway Black'),
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-Black-Italic.ttf') format('truetype'),
}