|
|
@@ -1,5 +1,5 @@
|
|
|
body:not(.full-width) {
|
|
|
- font-family: 'Ubuntu', sans-serif;
|
|
|
+ font-family: 'Source Sans Pro', sans-serif;
|
|
|
background-color: @white-100;
|
|
|
overflow-y: scroll;
|
|
|
overflow-x: auto;
|
|
|
@@ -26,7 +26,7 @@ h1, h2, h3, h4, h5,
|
|
|
.ui.menu,
|
|
|
.ui.input input,
|
|
|
.ui.button:not(.label) {
|
|
|
- font-family: 'Ubuntu', sans-serif !important;
|
|
|
+ font-family: 'Source Sans Pro', sans-serif !important;
|
|
|
}
|
|
|
|
|
|
img {
|
|
|
@@ -552,7 +552,7 @@ footer {
|
|
|
|
|
|
&.bold {
|
|
|
font-weight: bold !important;
|
|
|
- font-size: 13px;
|
|
|
+ font-size: 14px;
|
|
|
color: @white-100 !important;
|
|
|
|
|
|
&:hover {
|