mirror of
https://github.com/inspec/inspec
synced 2024-11-24 05:33:17 +00:00
4641978716
* New styles * Fundamental styles for home page * Legal pages * Community page, downloads page, tutorials page * Docs page * Content toggle and github badge * Add code - highlighter * Copy button * Sliding content animation * fix particle animatino on downloads page * Scroll-to-top button * docs sidebar links * innocent comments on resources * Fancy code animation * Small update to diamond * whatever slider * Slider styles * initial selection if no sliders are there * add netifly config Signed-off-by: Christoph Hartmann <chris@lollyrock.com> * inspec for provisioners * fix incorrect text on aws ssm * fix layout javascript post-rebase * resource grouping in docs * introduce groups in docs/resources * fix minor spelling issues and move download button in new features section Signed-off-by: Christoph Hartmann <chris@lollyrock.com> * pass linting Signed-off-by: Christoph Hartmann <chris@lollyrock.com>
28 lines
1.4 KiB
SCSS
28 lines
1.4 KiB
SCSS
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css";
|
|
|
|
/* muli-regular - latin */
|
|
@font-face {
|
|
font-family: 'Muli';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url('../fonts/muli-v11-latin-regular.eot'); /* IE9 Compat Modes */
|
|
src: local('Muli Regular'), local('Muli-Regular'),
|
|
url('../fonts/muli-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
url('../fonts/muli-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
|
|
url('../fonts/muli-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
|
|
url('../fonts/muli-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
|
|
url('../fonts/muli-v11-latin-regular.svg#Muli') format('svg'); /* Legacy iOS */
|
|
}
|
|
/* muli-600 - latin */
|
|
@font-face {
|
|
font-family: 'Muli';
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
src: url('../fonts/muli-v11-latin-600.eot'); /* IE9 Compat Modes */
|
|
src: local('Muli SemiBold'), local('Muli-SemiBold'),
|
|
url('../fonts/muli-v11-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
url('../fonts/muli-v11-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
|
|
url('../fonts/muli-v11-latin-600.woff') format('woff'), /* Modern Browsers */
|
|
url('../fonts/muli-v11-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
|
|
url('../fonts/muli-v11-latin-600.svg#Muli') format('svg'); /* Legacy iOS */
|
|
}
|