Ver código fonte

moving typographic stuff to the typography stylesheet

Eddie Machado 12 anos atrás
pai
commit
d8ac552ad2
1 arquivos alterados com 0 adições e 14 exclusões
  1. 0 14
      library/scss/partials/_variables.scss

+ 0 - 14
library/scss/partials/_variables.scss

@@ -49,17 +49,3 @@ Here's a great tutorial on how to
 use color variables properly:
 http://sachagreif.com/sass-color-variables/
 */
-
-/*********************
-TYPOGRAPHY
-*********************/
-
-// font stacks
-$sans-serif:        "Helvetica Neue", Helvetica, Arial, sans-serif;
-$serif:             "Georgia", Cambria, Times New Roman, Times, serif;
-
-/*
- i imported this one in the functions file so bones would look sweet.
- don't forget to remove it for your site.
-*/
-$lato:              'Lato', $sans-serif;