|
|
|
@ -10,6 +10,41 @@ body { |
|
|
|
|
-moz-osx-font-smoothing: grayscale; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@font-face { |
|
|
|
|
font-family: 'Source Sans Pro'; |
|
|
|
|
font-style: normal; |
|
|
|
|
font-weight: 200; |
|
|
|
|
src: local('Source Sans Pro ExtraLight'), local('SourceSansPro-ExtraLight'), url(../fonts/SourceSansPro-ExtraLight.woff2) format('woff2'); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@font-face { |
|
|
|
|
font-family: 'Source Sans Pro'; |
|
|
|
|
font-style: normal; |
|
|
|
|
font-weight: 300; |
|
|
|
|
src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(../fonts/SourceSansPro-Light.woff2) format('woff2'); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@font-face { |
|
|
|
|
font-family: 'Source Sans Pro'; |
|
|
|
|
font-style: normal; |
|
|
|
|
font-weight: 400; |
|
|
|
|
src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(../fonts/SourceSansPro-Regular.woff2) format('woff2'); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@font-face { |
|
|
|
|
font-family: 'Source Sans Pro'; |
|
|
|
|
font-style: normal; |
|
|
|
|
font-weight: 600; |
|
|
|
|
src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(../fonts/SourceSansPro-SemiBold.woff2) format('woff2'); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@font-face { |
|
|
|
|
font-family: 'Source Sans Pro'; |
|
|
|
|
font-style: normal; |
|
|
|
|
font-weight: 700; |
|
|
|
|
src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(../fonts/SourceSansPro-Bold.woff2) format('woff2'); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
table td { |
|
|
|
|
font-size: 14px; |
|
|
|
|
white-space: nowrap !important; |
|
|
|
|