2015-05-04 07:53:29 +00:00
|
|
|
/* for all pages should include this */
|
2015-09-24 05:48:12 +00:00
|
|
|
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,600,600italic,300italic,300|Source+Serif+Pro|Source+Code+Pro:400,300,500&subset=latin,latin-ext);
|
2015-05-04 07:53:29 +00:00
|
|
|
body {
|
|
|
|
font-smoothing: subpixel-antialiased !important;
|
|
|
|
-webkit-font-smoothing: subpixel-antialiased !important;
|
|
|
|
-moz-osx-font-smoothing: auto !important;
|
|
|
|
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
|
|
|
|
/*text-rendering: optimizeLegibility;*/
|
|
|
|
-webkit-overflow-scrolling: touch;
|
2016-02-01 03:19:47 +00:00
|
|
|
font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
|
2015-09-24 05:48:12 +00:00
|
|
|
letter-spacing: 0.025em;
|
2015-05-04 07:53:29 +00:00
|
|
|
}
|
|
|
|
:focus {
|
|
|
|
outline: none !important;
|
|
|
|
}
|
|
|
|
::-moz-focus-inner {
|
|
|
|
border: 0 !important;
|
2015-07-01 16:10:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* manual fix for bootstrap issue 14040, there is an unnecessary padding-right on modal open */
|
|
|
|
body.modal-open {
|
|
|
|
overflow-y: auto;
|
|
|
|
padding-right: 0 !important;
|
2015-05-04 07:53:29 +00:00
|
|
|
}
|