-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
745 additions
and
3,736 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
|
||
|
||
@font-face { | ||
font-family: 'League Spartan'; | ||
src: url('fonts/leaguespartan-bold.eot'); | ||
src: url('fonts/leaguespartan-bold.eot?#iefix') format('embedded-opentype'), | ||
url('fonts/leaguespartan-bold.woff2') format('woff2'), | ||
url('fonts/leaguespartan-bold.woff') format('woff'), | ||
url('fonts/leaguespartan-bold.ttf') format('truetype'), | ||
url('fonts/leaguespartan-bold.svg#league_spartanbold') format('svg'); | ||
font-weight: bold; | ||
font-style: normal; | ||
|
||
} | ||
|
||
:root { | ||
--DEFAULT_FONT_FAMILY: "Montserrat"; /* THIS MUST BE SET ALSO IN eda_app\src\app\config\personalitzacio\customizables.ts */ | ||
} |
Binary file not shown.
661 changes: 661 additions & 0 deletions
661
eda/eda_app/src/assets/sass/css/fonts/leaguespartan-bold.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
@font-face { | ||
font-family: 'League Spartan'; | ||
src: url('leaguespartan-bold.eot'); | ||
src: url('leaguespartan-bold.eot?#iefix') format('embedded-opentype'), | ||
url('leaguespartan-bold.woff2') format('woff2'), | ||
url('leaguespartan-bold.woff') format('woff'), | ||
url('leaguespartan-bold.ttf') format('truetype'), | ||
url('leaguespartan-bold.svg#league_spartanbold') format('svg'); | ||
font-weight: bold; | ||
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.