mirror of
https://github.com/jakejarvis/spoons.git
synced 2025-10-22 20:34:29 -04:00
fix encoding
This commit is contained in:
@@ -1,23 +1,23 @@
|
||||
@font-face {
|
||||
font-family: 'Proxima Nova';
|
||||
src: url('../fonts/proximanova-regular-webfont.eot');
|
||||
src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('../fonts/proximanova-regular-webfont.woff') format('woff'),
|
||||
url('../fonts/proximanova-regular-webfont.ttf') format('truetype'),
|
||||
url('../fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Proxima Nova';
|
||||
src: url('../fonts/proximanova-semibold-webfont.eot');
|
||||
src: url('../fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('../fonts/proximanova-semibold-webfont.woff') format('woff'),
|
||||
url('../fonts/proximanova-semibold-webfont.ttf') format('truetype'),
|
||||
url('../fonts/proximanova-semibold-webfont.svg#proxima_nova_rgsemibold') format('svg');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
* {
|
||||
font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
|
||||
@font-face {
|
||||
font-family: 'Proxima Nova';
|
||||
src: url('../fonts/proximanova-regular-webfont.eot');
|
||||
src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('../fonts/proximanova-regular-webfont.woff') format('woff'),
|
||||
url('../fonts/proximanova-regular-webfont.ttf') format('truetype'),
|
||||
url('../fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Proxima Nova';
|
||||
src: url('../fonts/proximanova-semibold-webfont.eot');
|
||||
src: url('../fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('../fonts/proximanova-semibold-webfont.woff') format('woff'),
|
||||
url('../fonts/proximanova-semibold-webfont.ttf') format('truetype'),
|
||||
url('../fonts/proximanova-semibold-webfont.svg#proxima_nova_rgsemibold') format('svg');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
* {
|
||||
font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
|
||||
}
|
@@ -1,42 +1,42 @@
|
||||
body {
|
||||
padding: 20px 0px !important;
|
||||
font-size: 18px;
|
||||
line-height: 24px;
|
||||
overflow-x: hidden;
|
||||
/* disable text highlight */
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
cursor:default;
|
||||
}
|
||||
a, a:hover, strong {
|
||||
color: #79ad36;
|
||||
font-weight: bold;
|
||||
}
|
||||
small {
|
||||
font-size: 14px;
|
||||
}
|
||||
.nav-pills {
|
||||
font-size:16px;
|
||||
}
|
||||
.nav-pills .active a, .nav-pills .active a:hover {
|
||||
background-color: #79ad36;
|
||||
}
|
||||
.align-left {
|
||||
text-align: left;
|
||||
}
|
||||
.align-center {
|
||||
text-align: center;
|
||||
}
|
||||
.align-right {
|
||||
text-align: right;
|
||||
}
|
||||
.footer {
|
||||
font-size: 13px;
|
||||
line-height: 40px;
|
||||
}
|
||||
td {
|
||||
background-color: #fff;
|
||||
border-top: 1px solid #ddd;
|
||||
border-bottom: 1px solid #ddd;
|
||||
margin-bottom: -1px;
|
||||
body {
|
||||
padding: 20px 0px !important;
|
||||
font-size: 18px;
|
||||
line-height: 24px;
|
||||
overflow-x: hidden;
|
||||
/* disable text highlight */
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
cursor:default;
|
||||
}
|
||||
a, a:hover, strong {
|
||||
color: #79ad36;
|
||||
font-weight: bold;
|
||||
}
|
||||
small {
|
||||
font-size: 14px;
|
||||
}
|
||||
.nav-pills {
|
||||
font-size:16px;
|
||||
}
|
||||
.nav-pills .active a, .nav-pills .active a:hover {
|
||||
background-color: #79ad36;
|
||||
}
|
||||
.align-left {
|
||||
text-align: left;
|
||||
}
|
||||
.align-center {
|
||||
text-align: center;
|
||||
}
|
||||
.align-right {
|
||||
text-align: right;
|
||||
}
|
||||
.footer {
|
||||
font-size: 13px;
|
||||
line-height: 40px;
|
||||
}
|
||||
td {
|
||||
background-color: #fff;
|
||||
border-top: 1px solid #ddd;
|
||||
border-bottom: 1px solid #ddd;
|
||||
margin-bottom: -1px;
|
||||
}
|
Reference in New Issue
Block a user