Skip to content

Commit

Permalink
Islands theme: Explicitly add font-family to all controls and page block
Browse files Browse the repository at this point in the history
  • Loading branch information
tadatuta committed Jul 23, 2016
1 parent e9917e5 commit c33b24d
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 7 deletions.
@@ -1,6 +1,6 @@
.attach_theme_islands
{
font-family: Arial, Helvetica, sans-serif;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;

display: inline-block;

Expand Down
@@ -1,6 +1,6 @@
ctx = '.button_theme_islands'
{ctx} {
font-family: Arial, Helvetica, sans-serif;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;

position: relative;

Expand Down
Expand Up @@ -2,7 +2,7 @@
{
position: relative; // fix #1538

font-family: Arial, Helvetica, sans-serif;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;

-webkit-tap-highlight-color: rgba(0, 0, 0, 0);

Expand Down
2 changes: 1 addition & 1 deletion design/common.blocks/input/_theme/input_theme_islands.styl
@@ -1,6 +1,6 @@
ctx = '.input_theme_islands'
{ctx} {
font-family: Arial, Helvetica, sans-serif;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;

position: relative;

Expand Down
1 change: 1 addition & 0 deletions design/common.blocks/link/_theme/link_theme_islands.styl
@@ -1,5 +1,6 @@
.link_theme_islands
{
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #04b;
cursor: pointer;
transition: color 0.15s ease-out;
Expand Down
2 changes: 2 additions & 0 deletions design/common.blocks/menu/_theme/menu_theme_islands.styl
Expand Up @@ -5,6 +5,8 @@ paddingHor = (10 13 15 20);

.menu_theme_islands
{
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;

box-sizing: border-box;

user-select: none;
Expand Down
2 changes: 1 addition & 1 deletion design/common.blocks/page/_theme/page_theme_islands.styl
Expand Up @@ -5,7 +5,7 @@ html

.page_theme_islands
{
font: 13px Arial, sans-serif;
font: 13px 'Helvetica Neue', Helvetica, Arial, sans-serif;

min-height: 100%;
margin: 0;
Expand Down
2 changes: 1 addition & 1 deletion design/common.blocks/radio/_theme/radio_theme_islands.styl
@@ -1,6 +1,6 @@
.radio_theme_islands
{
font-family: Arial, Helvetica, sans-serif;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;

-webkit-tap-highlight-color: rgba(0, 0, 0, 0);

Expand Down
2 changes: 2 additions & 0 deletions design/common.blocks/select/_theme/select_theme_islands.styl
@@ -1,5 +1,7 @@
.select_theme_islands
{
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;

max-width: 100%;

vertical-align: bottom;
Expand Down
@@ -1,6 +1,6 @@
.textarea_theme_islands
{
font-family: Arial, Helvetica, sans-serif;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;

display: inline-block;

Expand Down

0 comments on commit c33b24d

Please sign in to comment.