SASS fixes, Default font stack added

This commit is contained in:
Sam Potts
2016-03-13 21:22:51 +11:00
parent 87d174ac2c
commit c41e5320c8
3 changed files with 11 additions and 9 deletions
+2 -1
View File
@@ -11,7 +11,7 @@
@plyr-gray-dark: #343F4A;
@plyr-gray: #565D64;
@plyr-gray-light: #6B7D86;
@plyr-gray-lighter: #CBD0D3;
@plyr-gray-lighter: #CBD0D3;
@plyr-off-white: #D6DADD;
// Font sizes
@@ -130,6 +130,7 @@
position: relative;
max-width: 100%;
min-width: 290px;
font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
// border-box everything
// http://paulirish.com/2012/box-sizing-border-box-ftw/