Skip to content

Commit

Permalink
Custom fonts removed in order to keep building folder smaller.
Browse files Browse the repository at this point in the history
  • Loading branch information
renatopp committed Oct 12, 2015
1 parent abd4fb6 commit b347f4d
Show file tree
Hide file tree
Showing 24 changed files with 2 additions and 360 deletions.
1 change: 0 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ var preload_js = [

var preload_css = [
'bower_components/fontawesome/css/font-awesome.min.css',
'src/assets/css/fonts.css',
'src/assets/css/preload.css',
];

Expand Down
61 changes: 0 additions & 61 deletions src/assets/css/fonts.css

This file was deleted.

202 changes: 0 additions & 202 deletions src/assets/fonts/Open_Sans/LICENSE.txt

This file was deleted.

Binary file removed src/assets/fonts/Open_Sans/OpenSans-Bold.ttf
Binary file not shown.
Binary file removed src/assets/fonts/Open_Sans/OpenSans-BoldItalic.ttf
Binary file not shown.
Binary file removed src/assets/fonts/Open_Sans/OpenSans-ExtraBold.ttf
Binary file not shown.
Binary file not shown.
Binary file removed src/assets/fonts/Open_Sans/OpenSans-Italic.ttf
Binary file not shown.
Binary file removed src/assets/fonts/Open_Sans/OpenSans-Light.ttf
Binary file not shown.
Binary file removed src/assets/fonts/Open_Sans/OpenSans-LightItalic.ttf
Binary file not shown.
Binary file removed src/assets/fonts/Open_Sans/OpenSans-Regular.ttf
Binary file not shown.
Binary file removed src/assets/fonts/Open_Sans/OpenSans-Semibold.ttf
Binary file not shown.
Binary file not shown.
94 changes: 0 additions & 94 deletions src/assets/fonts/Raleway/OFL.txt

This file was deleted.

Binary file removed src/assets/fonts/Raleway/Raleway-Bold.ttf
Binary file not shown.
Binary file removed src/assets/fonts/Raleway/Raleway-ExtraBold.ttf
Binary file not shown.
Binary file removed src/assets/fonts/Raleway/Raleway-ExtraLight.ttf
Binary file not shown.
Binary file removed src/assets/fonts/Raleway/Raleway-Heavy.ttf
Binary file not shown.
Binary file removed src/assets/fonts/Raleway/Raleway-Light.ttf
Binary file not shown.
Binary file removed src/assets/fonts/Raleway/Raleway-Medium.ttf
Binary file not shown.
Binary file removed src/assets/fonts/Raleway/Raleway-Regular.ttf
Binary file not shown.
Binary file removed src/assets/fonts/Raleway/Raleway-SemiBold.ttf
Binary file not shown.
Binary file removed src/assets/fonts/Raleway/Raleway-Thin.ttf
Binary file not shown.
4 changes: 2 additions & 2 deletions src/assets/less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@

// FONTS ======================================================================
.font-base {
font-family: 'Open Sans', sans-serif;
font-family: sans-serif;
font-weight: 400;
}

.font-header {
font-family: 'Raleway', sans-serif;
font-family: sans-serif;
font-weight: 300;
}

Expand Down

0 comments on commit b347f4d

Please sign in to comment.