diff options
Diffstat (limited to 'cosmo/bootswatch.less')
-rw-r--r-- | cosmo/bootswatch.less | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/cosmo/bootswatch.less b/cosmo/bootswatch.less index d06ab2ea..0be30225 100644 --- a/cosmo/bootswatch.less +++ b/cosmo/bootswatch.less @@ -2,7 +2,7 @@ // Bootswatch // ----------------------------------------------------- -@import url("//fonts.googleapis.com/css?family=family=Source+Sans+Pro:400,700"); +@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700"); // Navbar ===================================================================== @@ -25,6 +25,10 @@ // Typography ================================================================= +body { + -webkit-font-smoothing: antialiased; +} + .text-primary, .text-primary:hover { color: @brand-primary; |