Skip to content

Commit

Permalink
Corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
cunhapaulo committed Jan 22, 2024
1 parent bad15ab commit d87ea86
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 0 deletions.
Binary file modified img/kant.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/plato.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/socrates.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/t_hero.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions style/kant.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,18 @@
@import "schema";
@import "structure";

/* Importing Font */
/* Font Credit: htts://https://www.cdnfonts.com/ */
/* @import url('https://fonts.cdnfonts.com/css/fira-sans-condensed?styles=19730'); */

/* @import url('https://fonts.cdnfonts.com/css/fira-sans-condensed');*/
@import url('https://fonts.cdnfonts.com/css/fira-sans-book');


/***************** COMMON STRUCTURE **********************/

:root {
/* font-family: 'Fira Sans Book'; */
font-family: 'Fira Sans Light';
font-weight: initial;
}
Expand Down
3 changes: 3 additions & 0 deletions style/plato.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
@import "schema";
@import "structure";

/* @import url('https://fonts.cdnfonts.com/css/fira-sans-condensed');*/
@import url('https://fonts.cdnfonts.com/css/fira-sans-book');

/***************** COMMON STRUCTURE **********************/

:root {
Expand Down
3 changes: 3 additions & 0 deletions style/socrates.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
@import "schema";
@import "structure";

/* Font Credit: htts://https://www.cdnfonts.com/ */
@import url('https://fonts.cdnfonts.com/css/lato');

/***************** COMMON STRUCTURE **********************/

:root {
Expand Down

0 comments on commit d87ea86

Please sign in to comment.