1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-22 08:21:29 +00:00
Files
homebrewery/shared/naturalcrit/styles/core.less
Scott Tolksdorf 626cba6062 Newlines
2016-05-28 09:41:05 -04:00

20 lines
570 B
Plaintext

@import 'naturalcrit/styles/reset.less';
//@import 'naturalcrit/styles/elements.less';
@import 'naturalcrit/styles/animations.less';
@import 'naturalcrit/styles/colors.less';
@import 'naturalcrit/styles/tooltip.less';
@font-face {
font-family : CodeLight;
src : url('/assets/naturalcrit/styles/CODE Light.otf');
}
@font-face {
font-family : CodeBold;
src : url('/assets/naturalcrit/styles/CODE Bold.otf');
}
html,body, #reactContainer{
min-height: 100vh;
height: 100vh;
margin: 0;
font-family : 'Open Sans', sans-serif;
}