-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.4.0 STG : Merge pull request #122 from Itheum/milestone-1.4.0
Milestone 1.4.0 > STG
- Loading branch information
Showing
50 changed files
with
3,053 additions
and
1,041 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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,70 @@ | ||
/** | ||
* @license | ||
* | ||
* Font Family: Clash Display | ||
* Designed by: Indian Type Foundry | ||
* URL: https://www.fontshare.com/fonts/clash-display | ||
* © 2023 Indian Type Foundry | ||
* | ||
* Font Styles: | ||
* Clash Display Variable(Variable font) | ||
* Clash Display Extralight | ||
* Clash Display Light | ||
* Clash Display Regular | ||
* Clash Display Medium | ||
* Clash Display Semibold | ||
* Clash Display Bold | ||
* | ||
*/ | ||
|
||
|
||
/** | ||
* This is a variable font | ||
* You can controll variable axes as shown below: | ||
* font-variation-settings: 'wght' 700.0; | ||
* | ||
* available axes: | ||
* 'wght' (range from 200.0 to 700.0) | ||
*/ | ||
|
||
@font-face { | ||
font-family: 'Clash-Variable'; | ||
src: url(./fonts/ClashDisplay-Variable.woff2) format('woff2'); | ||
font-weight: 200 700; | ||
font-style: normal; | ||
} | ||
|
||
|
||
@font-face { | ||
font-family: 'Clash-Light'; | ||
src: url(./fonts/ClashDisplay-Light.woff2) format('woff2'); | ||
font-weight: 300; | ||
font-style: normal; | ||
} | ||
|
||
|
||
@font-face { | ||
font-family: 'Clash-Regular'; | ||
src: url(./fonts/ClashDisplay-Regular.woff2) format('woff2'); | ||
font-weight: 400; | ||
font-style: normal; | ||
} | ||
|
||
|
||
@font-face { | ||
font-family: 'Clash-Medium'; | ||
src: url(./fonts/ClashDisplay-Medium.woff2) format('woff2'); | ||
font-weight: 500; | ||
font-style: normal; | ||
} | ||
|
||
|
||
@font-face { | ||
font-family: 'Clash-Bold'; | ||
src: url(./fonts/ClashDisplay-Bold.woff2) format('woff2'); | ||
font-weight: 600; | ||
font-style: normal; | ||
} | ||
|
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.
Binary file not shown.
Binary file not shown.
File renamed without changes
Oops, something went wrong.