Skip to content

Commit

Permalink
Add images in the assets and fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
lovelyeden committed Jun 19, 2019
1 parent d186d36 commit c590575
Show file tree
Hide file tree
Showing 15 changed files with 25 additions and 25 deletions.
24 changes: 0 additions & 24 deletions themes/rcforward/assets/gilroy-font/stylesheet.css

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file removed themes/rcforward/sass/_font.scss
Empty file.
24 changes: 24 additions & 0 deletions themes/rcforward/sass/_fonts.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
/*--------------------------------------------------------------
# Embedded Fonts
--------------------------------------------------------------*/
@font-face {
font-family: 'Gilroy';
src: url('Gilroy-Light.eot');
src: url('Gilroy-Light.eot?#iefix') format('embedded-opentype'),
url('Gilroy-Light.woff2') format('woff2'),
url('Gilroy-Light.woff') format('woff'),
url('Gilroy-Light.ttf') format('truetype'),
url('Gilroy-Light.svg#Gilroy-Light') format('svg');
font-weight: 300;
font-style: normal;
}

@font-face {
font-family: 'Gilroy';
src: url('Gilroy-ExtraBold.eot');
src: url('Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
url('Gilroy-ExtraBold.woff2') format('woff2'),
url('Gilroy-ExtraBold.woff') format('woff'),
url('Gilroy-ExtraBold.ttf') format('truetype'),
url('Gilroy-ExtraBold.svg#Gilroy-ExtraBold') format('svg');
font-weight: 800;
font-style: normal;
}

2 changes: 1 addition & 1 deletion themes/rcforward/sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
@import "charity";
@import "footer";
@import "front-page";
@import "font";


0 comments on commit c590575

Please sign in to comment.