Commit caa66b60c9dd7e8c4c2e8313c5a151db92dc54f4

Authored by Melissa Wen
1 parent cc431238

change font family to Ubuntu on statistics section

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
_statistics.sass
@@ -3,8 +3,8 @@ @@ -3,8 +3,8 @@
3 .block.statistics-block 3 .block.statistics-block
4 background-color: #0C763E 4 background-color: #0C763E
5 display: block 5 display: block
6 - font-family: 'Open Sans',Arial,Helvetica,sans-serif  
7 - margin: 0 6 + font-family: 'Ubuntu',Arial,Helvetica,sans-serif
  7 + margin: 50px 0 1px
8 .block-inner-2 8 .block-inner-2
9 background-color: transparent 9 background-color: transparent
10 .block-title 10 .block-title
@@ -23,7 +23,7 @@ @@ -23,7 +23,7 @@
23 span 23 span
24 display: block 24 display: block
25 .amount 25 .amount
26 - font-family: 'Open Sans',Arial,Helvetica,sans-serif 26 + font-family: 'Ubuntu Mediun',Arial,Helvetica,sans-serif
27 font-size: 72px 27 font-size: 72px
28 font-weight: 800 28 font-weight: 800
29 line-height: 72px 29 line-height: 72px