diff --git a/dist/fonts/fc-icons.eot b/dist/fonts/fc-icons.eot index ea4dcdf..5046c69 100644 Binary files a/dist/fonts/fc-icons.eot and b/dist/fonts/fc-icons.eot differ diff --git a/dist/fonts/fc-icons.ttf b/dist/fonts/fc-icons.ttf index d094f3e..4e29246 100644 Binary files a/dist/fonts/fc-icons.ttf and b/dist/fonts/fc-icons.ttf differ diff --git a/dist/fonts/fc-icons.woff b/dist/fonts/fc-icons.woff index 2d69ac1..ce3cb4d 100644 Binary files a/dist/fonts/fc-icons.woff and b/dist/fonts/fc-icons.woff differ diff --git a/dist/sass/general/useful-classes.scss b/dist/sass/general/useful-classes.scss index 74b98ca..09f2fa7 100644 --- a/dist/sass/general/useful-classes.scss +++ b/dist/sass/general/useful-classes.scss @@ -53,19 +53,11 @@ margin-bottom: rem(2.5); } -.small-title { - @include font(-1, true, 400); - - display: block; - text-transform: uppercase; - margin-bottom: 0; -} - .upper-title { - @include font(-1, true, 300); + @include font(0, true, 400); display: block; - margin-bottom: rem(1); + margin-bottom: rem(.5); text-transform: uppercase; } diff --git a/dist/style.css b/dist/style.css index a7f8dee..8f5f9a4 100644 --- a/dist/style.css +++ b/dist/style.css @@ -1063,32 +1063,18 @@ h6 { display: block; margin-bottom: 40px; } -.small-title { - /* CALCULATE THE FONT SIZE */ - font-size: 13px; - /* LINE HEIGHT */ - line-height: 16px; - /* FONT WEIGHT */ - font-weight: 400; - /* FONT STYLE */ - /* FONT VARIANT */ - /* FONT Family */ - display: block; - text-transform: uppercase; - margin-bottom: 0; } - .upper-title { /* CALCULATE THE FONT SIZE */ - font-size: 13px; + font-size: 16px; /* LINE HEIGHT */ - line-height: 16px; + line-height: 24px; /* FONT WEIGHT */ - font-weight: 300; + font-weight: 400; /* FONT STYLE */ /* FONT VARIANT */ /* FONT Family */ display: block; - margin-bottom: 16px; + margin-bottom: 8px; text-transform: uppercase; } .super-bold {