-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
6 changed files
with
40 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/* | ||
* figtree.css | ||
* material-board | ||
* | ||
* Created by Fatih Balsoy on 11/30/24 | ||
* Copyright © 2024 Fatih Balsoy. All rights reserved. | ||
*/ | ||
|
||
:root { | ||
--font-type: 'Figtree' !important; | ||
} |
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,11 @@ | ||
/* | ||
* outfit.css | ||
* material-board | ||
* | ||
* Created by Fatih Balsoy on 11/30/24 | ||
* Copyright © 2024 Fatih Balsoy. All rights reserved. | ||
*/ | ||
|
||
:root { | ||
--font-type: 'Outfit' !important; | ||
} |
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 |
---|---|---|
|
@@ -36,6 +36,12 @@ | |
// Image: docs/images/fonts/dm_sans.png | ||
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap'); | ||
|
||
// Eric Kennedy - SIL Open Font License 1.1 | ||
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap'); | ||
|
||
// Smartsheet Inc, Rodrigo Fuenzalida - SIL Open Font License 1.1 | ||
@import url('https://fonts.googleapis.com/css2?family=Outfit:[email protected]&display=swap'); | ||
|
||
// Post-compilation urls if called from src/styles/ | ||
@import url($mona-sans-path); | ||
@import url($hubot-sans-path); | ||
|