ソースを参照

Small edits to font styling

Dorin Paslaru 8 年 前
コミット
b2039c5091
1 ファイル変更3 行追加2 行削除
  1. 3 2
      src/components/App/App.scss

+ 3 - 2
src/components/App/App.scss

@@ -33,7 +33,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 
 html {
 html {
   color: $black;
   color: $black;
-  font-weight: $weight-light;
+  font-weight: $weight-regular;
   font-size: 14px;
   font-size: 14px;
   font-family: $font-family-base;
   font-family: $font-family-base;
   line-height: 1.375; /* ~22px */
   line-height: 1.375; /* ~22px */
@@ -465,7 +465,8 @@ button {
         }
         }
         :global(.details) {
         :global(.details) {
           float: left;
           float: left;
-          font-size: 16px;
+          font-weight: 300;
+          font-size: 18px;
           margin-left: 16px;
           margin-left: 16px;
           color: $black;
           color: $black;
           width: 100%;
           width: 100%;