From 8fac6902364da3353c1aedb2d1cea3e475d3bbb1 Mon Sep 17 00:00:00 2001 From: Mathias Meyer Date: Thu, 8 May 2014 19:04:02 +0200 Subject: [PATCH] Fix font in the "Sync Now" button. --- assets/styles/app/button.sass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/styles/app/button.sass b/assets/styles/app/button.sass index ee9e6e23..8350a14e 100644 --- a/assets/styles/app/button.sass +++ b/assets/styles/app/button.sass @@ -13,7 +13,7 @@ outline: none text-decoration: none text-align: center - font: 11px/normal sans-serif + font: 11px/normal "Source Sans Pro", Helvetica, sans-serif color: $gray-dark-3 white-space: nowrap @@ -44,4 +44,4 @@ background-color: #40454F color: #FFF border: 1px solid #40454F - cursor: pointer \ No newline at end of file + cursor: pointer