From 051fe5066268e37fe8c4e8efbd2ca3aad311c5ca Mon Sep 17 00:00:00 2001 From: myleneb Date: Thu, 28 Jan 2016 16:46:49 +0100 Subject: [PATCH] Typo fixes --- css/style.css | 10 ++++++---- sass/base/_commons.sass | 2 ++ sass/base/_var.sass | 2 +- sass/layout/_modal.sass | 2 +- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/css/style.css b/css/style.css index 5f0237a..951bd1f 100644 --- a/css/style.css +++ b/css/style.css @@ -254,7 +254,7 @@ html { body { font-size: 1rem; line-height: 1.3rem; - font-family: "Roboto", sans-serif, "Symbola"; + font-family: "Roboto", sans-serif, "Symbola", "Symbola"; font-weight: 400; overflow-y: scroll !important; } @@ -314,6 +314,8 @@ textarea, input { background: white; display: block; border: none; + font-family: "Monospace", "Roboto", sans-serif, "Symbola"; + font-size: 0.8rem; } samp, .forEdition.profile-card .secret-key-container .secret-key { @@ -381,7 +383,7 @@ button, .show-more-followers, a.button { color: #3E3C42; background: #F8F8F8; border: 1px solid #ebebeb; - font-family: "Ionicons", "Roboto", sans-serif; + font-family: "Ionicons", "Roboto", sans-serif, "Symbola"; cursor: pointer; } button:hover, .show-more-followers:hover, a.button:hover { @@ -850,7 +852,7 @@ button.light:hover, .light.show-more-followers:hover, a.button.light:hover { margin-right: 10px; font-weight: 600; font-size: 0.8rem; - padding: 0.5rem 1rem; + padding: 0.5rem; margin-bottom: 10px; color: rgba(255, 255, 255, 0.8); -moz-transition: margin 0.2s; @@ -2137,7 +2139,7 @@ button.light:hover, .light.show-more-followers:hover, a.button.light:hover { border: solid 1px rgba(0, 0, 0, 0.1); position: relative; margin: 1rem 0; - font-family: "Roboto", sans-serif; + font-family: "Roboto", sans-serif, "Symbola"; } .network .highlight { font-size: 1.2rem; diff --git a/sass/base/_commons.sass b/sass/base/_commons.sass index 1c24930..c3c285a 100644 --- a/sass/base/_commons.sass +++ b/sass/base/_commons.sass @@ -71,6 +71,8 @@ textarea, input background: white display: block border: none + font-family: "Monospace", $main-font-family + font-size: .8rem samp diff --git a/sass/base/_var.sass b/sass/base/_var.sass index fbe0b12..bc3875c 100644 --- a/sass/base/_var.sass +++ b/sass/base/_var.sass @@ -44,7 +44,7 @@ $main-line-height : 1.3rem /* FONTS */ -$main-font-family: "Roboto", sans-serif +$main-font-family: "Roboto", sans-serif, "Symbola" $symbol-font-family: "Ionicons" $serif-font-family: "Droid", serif diff --git a/sass/layout/_modal.sass b/sass/layout/_modal.sass index eed8ec9..48bc659 100644 --- a/sass/layout/_modal.sass +++ b/sass/layout/_modal.sass @@ -243,7 +243,7 @@ $header-modal-height : $menu-height margin-right: 10px font-weight: 600 font-size: .8rem - padding: .5rem 1rem + padding: .5rem margin-bottom: 10px color: rgba(white, .8) +transition(margin .2s)