forked from Public/pics
Clean up references to Helvetica and Helvetica Neue.
This commit is contained in:
parent
8755995304
commit
4bdde6bc3a
@ -15,7 +15,7 @@
|
||||
}
|
||||
|
||||
body {
|
||||
font: 13px/1.7 "Open Sans", "Helvetica", sans-serif;
|
||||
font: 13px/1.7 "Open Sans", sans-serif;
|
||||
padding: 0 0 3em;
|
||||
margin: 0;
|
||||
background: #99BFCE 0 -50% fixed;
|
||||
@ -46,7 +46,7 @@ a:hover {
|
||||
h1#logo {
|
||||
color: #fff;
|
||||
float: left;
|
||||
font: 200 50px 'Press Start 2P', "Helvetica Neue", sans-serif;
|
||||
font: 200 50px 'Press Start 2P', sans-serif;
|
||||
margin: 40px 0 50px 10px;
|
||||
padding: 0;
|
||||
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
|
||||
@ -83,7 +83,7 @@ ul#nav li a {
|
||||
color: #fff;
|
||||
display: block;
|
||||
float: left;
|
||||
font: 200 20px 'Press Start 2P', "Helvetica Neue", sans-serif;
|
||||
font: 200 20px 'Press Start 2P', sans-serif;
|
||||
margin: 0 0 0 32px;
|
||||
padding: 10px 0;
|
||||
text-decoration: none;
|
||||
@ -111,7 +111,7 @@ ul#nav li a:hover {
|
||||
}
|
||||
.pagination ul > li > a, .pagination ul > li > span {
|
||||
float: left;
|
||||
font: 300 18px/2.2 "Open Sans", "Helvetica", sans-serif;
|
||||
font: 300 18px/2.2 "Open Sans", sans-serif;
|
||||
padding: 6px 22px;
|
||||
text-decoration: none;
|
||||
background-color: #fff;
|
||||
@ -143,7 +143,7 @@ ul#nav li a:hover {
|
||||
color: #000;
|
||||
float: left;
|
||||
margin: 0 0 1.5% 0;
|
||||
font: 400 18px/2.2 "Open Sans", "Helvetica Neue", sans-serif;
|
||||
font: 400 18px/2.2 "Open Sans", sans-serif;
|
||||
padding: 6px 22px;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
@ -157,7 +157,7 @@ ul#nav li a:hover {
|
||||
font: inherit;
|
||||
}
|
||||
.page_title_box h2 {
|
||||
font: 400 18px/2.2 "Open Sans", "Helvetica Neue", sans-serif !important;
|
||||
font: 400 18px/2.2 "Open Sans", sans-serif !important;
|
||||
}
|
||||
.page_title_box p {
|
||||
margin: 0 0 10px;
|
||||
@ -188,7 +188,7 @@ ul#nav li a:hover {
|
||||
.tiled_grid div h4 {
|
||||
color: #000;
|
||||
margin: 0;
|
||||
font: 400 18px "Open Sans", "Helvetica Neue", sans-serif;
|
||||
font: 400 18px "Open Sans", sans-serif;
|
||||
padding: 20px 5px 15px;
|
||||
text-overflow: ellipsis;
|
||||
text-align: center;
|
||||
@ -293,7 +293,7 @@ ul#nav li a:hover {
|
||||
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
.boxed_content h2 {
|
||||
font: 300 24px "Open Sans", "Helvetica Neue", sans-serif;
|
||||
font: 300 24px "Open Sans", sans-serif;
|
||||
margin: 0 0 0.2em;
|
||||
}
|
||||
|
||||
@ -317,7 +317,7 @@ ul#nav li a:hover {
|
||||
footer {
|
||||
clear: both;
|
||||
color: #fff;
|
||||
font: 400 12px/1.7 "Open Sans", "Helvetica Neue", sans-serif;
|
||||
font: 400 12px/1.7 "Open Sans", sans-serif;
|
||||
padding: 40px 0 0;
|
||||
text-align: center;
|
||||
overflow: auto;
|
||||
|
Loading…
Reference in New Issue
Block a user