-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New landing page, layout improvements, restructure pages
- Loading branch information
Showing
66 changed files
with
607 additions
and
2,047 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+1.31 KB
(110%)
modules/core/client/fonts/OpenSans-Regular-webfont.eot
100644 → 100755
Binary file not shown.
1,831 changes: 0 additions & 1,831 deletions
1,831
modules/core/client/fonts/OpenSans-Regular-webfont.svg
This file was deleted.
Oops, something went wrong.
Binary file modified
BIN
+6.98 KB
(120%)
modules/core/client/fonts/OpenSans-Regular-webfont.ttf
100644 → 100755
Binary file not shown.
Binary file modified
BIN
+2.18 KB
(110%)
modules/core/client/fonts/OpenSans-Regular-webfont.woff
100644 → 100755
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Font Squirrel Font-face Generator Configuration File | ||
# Upload this file to the generator to recreate the settings | ||
# you used to create these fonts. | ||
|
||
{"mode":"expert","formats":["ttf","woff","woff2","eotz"],"tt_instructor":"default","fix_gasp":"xy","fix_vertical_metrics":"Y","metrics_ascent":"","metrics_descent":"","metrics_linegap":"","add_spaces":"Y","add_hyphens":"Y","fallback":"none","fallback_custom":"100","options_subset":"basic","subset_custom":"","subset_custom_range":"","subset_ot_features_list":"","css_stylesheet":"stylesheet.css","filename_suffix":"-webfont","emsquare":"2048","spacing_adjustment":"0"} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
.nav { | ||
font-family: @font-family-brand; | ||
font-weight: 400; | ||
font-style: normal; | ||
.font-brand-regular(); | ||
} | ||
|
||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,41 @@ | ||
// Trustroots font | ||
// http://www.google.com/fonts/specimen/Open+Sans | ||
// http://www.apache.org/licenses/LICENSE-2.0.html | ||
@font-face { | ||
font-family: 'Open Sans'; | ||
src: url('/modules/core/fonts/OpenSans-Regular-webfont.eot'); | ||
src: url('/modules/core/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), | ||
url('/modules/core/fonts/OpenSans-Regular-webfont.woff') format('woff'), | ||
url('/modules/core/fonts/OpenSans-Regular-webfont.ttf') format('truetype'), | ||
url('/modules/core/fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg'); | ||
font-weight: 400; | ||
font-style: normal; | ||
} | ||
/** | ||
* Trustroots Open Sans font | ||
* | ||
* Don't host this via Google: https://m.signalvnoise.com/control-your-type-google-fonts-chrome-trouble-c21e1a106436#.hpkj6qc04 | ||
* | ||
* @link http://www.google.com/fonts/specimen/Open+Sans | ||
* @link http://www.apache.org/licenses/LICENSE-2.0.html | ||
*/ | ||
|
||
@font-face { | ||
font-family: 'open_sans-light'; | ||
src: url('/modules/core/fonts/opensans-light-webfont.eot'); | ||
src: url('/modules/core/fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), | ||
url('/modules/core/fonts/opensans-light-webfont.woff2') format('woff2'), | ||
url('/modules/core/fonts/opensans-light-webfont.woff') format('woff'), | ||
url('/modules/core/fonts/opensans-light-webfont.ttf') format('truetype'); | ||
font-weight: 300; | ||
font-style: normal; | ||
} | ||
|
||
@font-face { | ||
font-family: 'open_sans-regular'; | ||
src: url('/modules/core/fonts/opensans-regular-webfont.eot'); | ||
src: url('/modules/core/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), | ||
url('/modules/core/fonts/opensans-regular-webfont.woff2') format('woff2'), | ||
url('/modules/core/fonts/opensans-regular-webfont.woff') format('woff'), | ||
url('/modules/core/fonts/opensans-regular-webfont.ttf') format('truetype'); | ||
font-weight: 400; | ||
font-style: normal; | ||
} | ||
|
||
@font-face { | ||
font-family: 'open_sans-semibold'; | ||
src: url('/modules/core/fonts/opensans-semibold-webfont.eot'); | ||
src: url('/modules/core/fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), | ||
url('/modules/core/fonts/opensans-semibold-webfont.woff2') format('woff2'), | ||
url('/modules/core/fonts/opensans-semibold-webfont.woff') format('woff'), | ||
url('/modules/core/fonts/opensans-semibold-webfont.ttf') format('truetype'); | ||
font-weight: 600; | ||
font-style: normal; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.