-
Notifications
You must be signed in to change notification settings - Fork 0
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
14 changed files
with
98 additions
and
140 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
stack--2022/9-rpg/font--comics/src/_reference/index.stories.tsx
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...022/9-rpg/font--comics/src/test/index.css → ...22/9-rpg/font--comics/src/_test/index.css
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,6 +1,6 @@ | ||
|
||
/*********************/ | ||
|
||
/* | ||
@font-face { | ||
font-family: 'TEST'; | ||
src: url('Ames-Regular.otf'); | ||
|
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,35 @@ | ||
|
||
|
||
/*********************/ | ||
|
||
@font-face { | ||
font-family: 'Ames--Free--Raw'; | ||
src: url('regular.otf'); | ||
} | ||
|
||
.omr⋄font⁚Ames--Free--raw { | ||
font-family: 'Ames--Free--Raw', sans-serif; | ||
} | ||
|
||
/*********************/ | ||
|
||
@font-face { | ||
font-family: 'Ames--Free'; | ||
src: url('regular.otf'); | ||
size-adjust: 75%; | ||
ascent-override: 87%; | ||
descent-override: 20%; | ||
line-gap-override: 0%; | ||
} | ||
|
||
.omr⋄font⁚Ames--Free { | ||
font-family: 'Ames--Free', sans-serif; | ||
--o⋄font-family--main: 'Ames--Free', sans-serif; | ||
line-height: 1; /* comic fonts are to be used in small ballons + don't have ascend/descend, hence look better lh1, cf. Blambot tip #7 */ | ||
/*font-stretch: 150%;*/ | ||
/*letter-spacing: .02em;*/ | ||
/*font-synthesis: style small-caps weight position;*/ | ||
/* font-variant-numeric */ | ||
} | ||
|
||
/*********************/ |
39 changes: 39 additions & 0 deletions
39
stack--2022/9-rpg/font--comics/src/ames--free/index.stories.tsx
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,39 @@ | ||
import { Normalization as _Norm, DemoꓽAll } from '@offirmo-private/storypad/src/__shared/stories/css/typography/index.stories.ts' | ||
import { All } from '../__shared/use-cases.stories' | ||
|
||
import './index.css' | ||
|
||
const KLASS = 'omr⋄font⁚Ames--free' | ||
|
||
export function FontDemoⵧraw() { | ||
return ` | ||
<div class="${KLASS}--raw"> | ||
${DemoꓽAll()} | ||
</div> | ||
` | ||
} | ||
|
||
export function Calibration() { | ||
return ` | ||
<div class="${KLASS}"> | ||
${_Norm()} | ||
</div> | ||
` | ||
} | ||
|
||
export function FontDemoⵧCalibrated() { | ||
return ` | ||
<div class="${KLASS}"> | ||
${DemoꓽAll()} | ||
</div> | ||
` | ||
} | ||
|
||
|
||
export function UseCases() { | ||
return ` | ||
<div class="${KLASS}"> | ||
${All()} | ||
</div> | ||
` | ||
} |
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 @@ | ||
https://purastik.net/ames/e.html | ||
|
||
LICENSE AGREEMENT | ||
|
||
Ames © Päivi Toikka, All Rights Reserved. This font file may not be redistributed without my permission. Ames is a freeware font for independent comic creation and non-profit use only. Basically, this means: | ||
Anyone may use this font for non-profit projects. | ||
You may use this font for profit on comics of your own creation. | ||
You may not use this font for profit on comics that have not been created by you. | ||
Any other commercial use not listed above is not allowed. | ||
For other commercial use, please check out Ames Pro. | ||
If you have questions, please contact me at pjtoikka (at) gmail.com. |
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
Binary file removed
BIN
-239 KB
stack--2022/9-rpg/font--comics/src/~~gen/2024-04-20_DeevadHand_alpha1/DeevadHand-Bold.ttf
Binary file not shown.
Binary file removed
BIN
-196 KB
stack--2022/9-rpg/font--comics/src/~~gen/2024-04-20_DeevadHand_alpha1/DeevadHand-Italic.ttf
Binary file not shown.
Binary file removed
BIN
-191 KB
stack--2022/9-rpg/font--comics/src/~~gen/2024-04-20_DeevadHand_alpha1/DeevadHand-Regular.ttf
Binary file not shown.
110 changes: 0 additions & 110 deletions
110
stack--2022/9-rpg/font--comics/src/~~gen/2024-04-20_DeevadHand_alpha1/README.md
This file was deleted.
Oops, something went wrong.