Skip to content

Commit b8ce155

Browse files
committed
Update README.md
- reorganizing the content - small text corrections
1 parent 2ca13af commit b8ce155

File tree

1 file changed

+41
-41
lines changed

1 file changed

+41
-41
lines changed

README.md

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The whole journey resembled a lot what I went through when I created my color th
1212

1313
![psudoFont Liga Mono example](img/psudoFont_example_01.png)
1414

15-
- Works better with font size `16` or higher.
15+
- Works better with font size `16` or higher.
1616

1717
### Installation
1818

@@ -33,29 +33,51 @@ The whole journey resembled a lot what I went through when I created my color th
3333
"editor.fontLigatures": true
3434
```
3535

36-
## Major Version History
36+
## Examples
3737

38-
For a complete list of changes, see the release notes on [Releases](https://github.com/psudo-dev/psudofont-liga-mono/releases).
38+
Click on the images to see a larger version with more details, the low-res image rendering is pretty bad for texts with dark backgrounds.
3939

40-
### V.2.0.0 (October, 1st, 2025)
40+
- TypeScript
4141

42-
I was naive... I thought I wouldn't actually edit and design glyphs myself because it would be too much work, but I was wrong - I underestimated my itch... It last a month or so and here we are, a completely new version!
42+
![Hourglass Example](./img/typescript_sample.png)
43+
<small>(Nebula Oni Theme: Hourglass/Grey)</small>
4344

44-
I previously complained that I liked `Menlo/Meslo` but I wanted to make it a bit thinner and that I liked `IBM Plex Mono/Lilex`'s italic but not all of it. So I went ahead and changed all of that.
45+
- Python
4546

46-
This version of `psudoFont Liga Mono` is much more cohesive and consistent and now I can say it's actually a Font Family instead of a _Frankenstein_ - fused together with multiple fonts...
47+
![Hourglass Example](./img/python_sample.png)
48+
<small>(Nebula Oni Theme: Cerberus/Glacial Blue)</small>
49+
50+
- C
51+
![Hourglass Example](./img/c_sample.png)
52+
<small>(Nebula Oni Theme: Spirograph/Purple)</small>
53+
54+
- Terminal
55+
![Terminal Example](./img/terminal_sample.png)
56+
<small>(Nebula Oni Theme)</small>
57+
58+
## Major Version History
59+
60+
For a complete list of changes, see the release notes on [Releases](https://github.com/psudo-dev/psudofont-liga-mono/releases).
4761

4862
### V.1.0.0 (August, 8th, 2025)
4963

50-
I wanted to use `Menlo/Meslo Regular` but I also wanted `IBM Plex Mono/Lilex Italic`... So what if I mixed and matched these two together?
64+
I wanted to use `Menlo/Meslo Regular` but I also wanted `IBM Plex Mono/Lilex Italic`... So what if I mixed and matched these two together into a single font?
5165

5266
And that's what I did.
5367

54-
Like so many other things, it started with an itch, and thus, this _Frankenstein Font_ was born. It's aliiiiveeee!
68+
Like so many other things, it started with a lingering and persistent "what if...", and that's how this _Frankenstein Font_ was born. It's aliiiiveeee!
69+
70+
### V.2.0.0 (October, 1st, 2025)
71+
72+
I was naive... I thought I wouldn't actually edit and design glyphs myself because it would be too much work, but I was wrong - I underestimated myself... It lasted a month or so and here we are, a completely new version!
73+
74+
I previously complained that I liked `Menlo/Meslo` but I wanted to make it a bit thinner and that I liked `IBM Plex Mono/Lilex`'s italic but not all of it. So I went ahead and changed all of that.
75+
76+
This version of `psudoFont Liga Mono` is much more cohesive and consistent and now I can say it's actually a Font Family instead of a _Frankenstein_ - fused together with multiple fonts...
5577

5678
## Motivation
5779

58-
**TL;DR:** It always starts with an itch, usually when something bothers me, the itch grows through time and _sometimes_ I end up doing it myself. That's how I ended up here, somehow creating my own programming font.
80+
**TL;DR:** It always starts with an itch, usually when something bothers me, the itch grows through time and _sometimes_ I end up following through. That's how I ended up here, somehow creating my own programming font.
5981

6082
---
6183

@@ -87,45 +109,23 @@ Another thing that I didn't like about `Liga Meslo LG M DZ` were the ligatures c
87109

88110
Considering that when this all started I didn't know how to edit a single glyph, all the hustle in between and 3 redesigns later, I would say I liked the final result. Although inspired by `Meslo` and `Lilex`, this turned out to be its own unique font family.
89111

90-
## Examples
91-
92-
Click on the images to see a larger version with more details, the low-res image rendering is pretty bad for texts with dark backgrounds.
93-
94-
- TypeScript
95-
96-
![Hourglass Example](./img/typescript_sample.png)
97-
<small>(Nebula Oni Theme: Hourglass/Grey)</small>
98-
99-
- Python
100-
101-
![Hourglass Example](./img/python_sample.png)
102-
<small>(Nebula Oni Theme: Cerberus/Glacial Blue)</small>
103-
104-
- C
105-
![Hourglass Example](./img/c_sample.png)
106-
<small>(Nebula Oni Theme: Spirograph/Purple)</small>
107-
108-
- Terminal
109-
![Terminal Example](./img/terminal_sample.png)
110-
<small>(Nebula Oni Theme)</small>
111-
112112
## License
113113

114114
This project is licensed under the SIL Open Font License, Version 1.1. See the [LICENSE](./LICENSE) file for details.
115115

116116
## Credits
117117

118-
- [Meslo LG](https://github.com/andreberg/Meslo-Font)
119-
- Menlo
120-
- Vera Sans Mono
121-
- DejaVu Mono
122-
- [Lilex](https://github.com/mishamyrt/Lilex)
123-
- [IBM Plex Mono](https://github.com/IBM/plex).
118+
- [Meslo LG](https://github.com/andreberg/Meslo-Font)
119+
- Menlo
120+
- Vera Sans Mono
121+
- DejaVu Mono
122+
- [Lilex](https://github.com/mishamyrt/Lilex)
123+
- [IBM Plex Mono](https://github.com/IBM/plex).
124124

125125
The original `Meslo LG` is a customized version of Apple’s `Menlo` font, which on the other hand is based on the open-source font `Bitstream Vera` and the public domain `DejaVu`. `Lilex` is an extended font on top of `IBM Plex Mono`.
126126

127127
## Author
128128

129-
- [@psudo-dev](https://github.com/psudo-dev/)
130-
- If you really liked it, give it a star!
131-
- Would you consider [buying me a coffee](https://buymeacoffee.com/psudodev) to support my work? Thank you!
129+
- [@psudo-dev](https://github.com/psudo-dev/)
130+
- If you really liked it, give it a star!
131+
- Would you consider [buying me a coffee](https://buymeacoffee.com/psudodev) to support my work? Thank you!

0 commit comments

Comments
 (0)