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 3 .block.statistics-block
4 4 background-color: #0C763E
5 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 8 .block-inner-2
9 9 background-color: transparent
10 10 .block-title
... ... @@ -23,7 +23,7 @@
23 23 span
24 24 display: block
25 25 .amount
26   - font-family: 'Open Sans',Arial,Helvetica,sans-serif
  26 + font-family: 'Ubuntu Mediun',Arial,Helvetica,sans-serif
27 27 font-size: 72px
28 28 font-weight: 800
29 29 line-height: 72px
... ...