sigit.io/src/layouts/style.module.scss

32 lines
604 B
SCSS
Raw Normal View History

@import '../colors.scss';
@import '../sizes.scss';
.main {
padding: $header-height 0 0 0;
flex-grow: 1;
}
@font-face {
font-family: 'Avenir';
font-weight: normal;
src:
local('Avenir'),
url(../assets/avenir-font/AvenirLTStd-Roman.otf) format('opentype');
}
@font-face {
font-family: 'Avenir';
font-weight: bold;
src:
local('Avenir'),
url(../assets/avenir-font/AvenirLTStd-Black.otf) format('opentype');
}
@font-face {
font-family: 'Avenir';
font-weight: lighter;
src:
local('Avenir'),
url(../assets/avenir-font/AvenirLTStd-Book.otf) format('opentype');
}