You are not logged in.
Hi guys,
After some weeks of work, I created from scratch a pcf font for my use. I started this project because, I wanted to have the best looking font for my terminals.
I like Envy Code R font, but it's a TTF and I don't really like this kind of font in terminals. I always used pcf.
So, after many screenshots from me, on related topics, many guys asked me it. That's why I decided to give you my work. Hope you'll appreciate it.
This font is designed for big screens (22") with high resolution like 1920x1080. My aim was to create a very readable font, inspired by Envy Code R, with the advantages of pcf.
So, it may look different on smaller screens. I'm working on it and I will give you small size. Please, don't warn me about it.
This project is still in progress. I'll add many symbols later. For now, the font has many letters (see the screenshot below).
I also created an AUR package here. Just tell me if it works or not.
https://aur.archlinux.org/packages.php?ID=60524
TODO:
- Add smaller size
- Add condensed version
- Add "exotic' characters version
Characters:
Characters
Most recent screenshot:
Link
Currently support ISO8859-1/2.
NOTES:
- How to enable this font?
* Add these lines in your .xinitrc
xset +fp /usr/share/fonts/envypn
xset fp rehash
- You can read the full CHANGELOG by using:
pacman -Qc envypn-font
Last edited by Ypnose (2013-10-01 15:04:20)
Offline
Doesn't work for me. This is more than likely due to my proxy settings in work.
When downloading,
==> Making package: envypn-font 1.0-1 (Wed Jul 4 15:33:5
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving Sources...
-> Downloading envypn.pcf?raw=true...
% Total % Received % Xferd Average Speed Time
Dload Upload Total
0 0 0 0 0 0 0 0 --:--:-- --SERVER_HELLO:unknown protocol
==> ERROR: Failure while downloading envypn.pcf?raw=true
Aborting...
I get this sometime with AUR packages, generally just downloading the package manually and running makepkg -s works though.
when I go to your github page the font is no longer there.
EDIT
managed to download a copy and when I run makepkg I get the following.
==> Making package: envypn-font 1.0-1 (Wed Jul 4 15:42:31 BST 2012)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving Sources...
-> Found envypn.pcf
==> Validating source files with md5sums...
envypn.pcf ... Passed
==> Extracting Sources...
==> Removing existing pkg/ directory...
==> Entering fakeroot environment...
==> Starting package()...
/home/conor/builds/envypn-font/PKGBUILD: line 17: cd: /home/conor/builds/envypn-font/src/envypn-font-1.0: No such file or directory
==> ERROR: A failure occurred in package().
Aborting...
Last edited by chamber (2012-07-04 13:43:23)
meh
Offline
Got it.
Testing now.
meh
Offline
great ! great ! Have been waiting for this.
Offline
Got it installed. Not sure if it's going to work on my laptop but it may work on my desktop. This font is slightly larger than my usual, perhaps it will fit better on my desktop.
Good work though.
meh
Offline
Any plans to have full unicode support?
Offline
Here the new size. I don't know if it's too small for your needs:
http://i.solidfiles.net/598bec78c4.png
looks really good
Offline
Woah, really nice font! Any chance for future support of "slavic" characters like: šđčćž? Keep up the good work.
Offline
Smaller size looks nice! Keep us posted!
If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres
Offline
Offline
Smaller size looks good. Great job so far.
meh
Offline
I have a few... don't know what to call them They're not complaints, at least:
1. Why are the [ and ] so bold?
2. Why does the o have a dot in it?
3. The q and the b look a tad weird, but I guess this is just my opinion.
If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres
Offline
I will answer you:
1. The [ ] are bold because when I started my font, I liked it. I can remove the bold and replace them with no-bold.
2. The o have a dot in it, because this letter is really similar to a. I wasn't sure if I should add this dot or delete it.
3. I tried to change a bit the q and b letters. I like the new ones. If you think it's weird, I can rollback them.
I think I will remove the dot in "o", fix "q" and "p" letters and replace [ ] characters.
Package has been updated.
Last edited by Ypnose (2012-07-05 12:24:48)
Offline
Ooh, very nice work Ypnose. I saw a request for the font in the screenshot thread, thank you for delivering in such a timely manner
I'm curious, what is the license for this? Envy Code R prevents redistribution; so for instance you cannot use it as a web font unless you're reasonably sure the user has it installed on their own.
Edit: d'oh, it says it is GPL v2 in the package. How does that work with fonts? Are we allowed to do use the new CSS @font-face functionality to get it to users who don't have it?
Last edited by jac (2012-07-05 12:26:36)
Offline
^ Make a backup of this one though, I don't know which I would like more
If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres
Offline
I'm curious, what is the license for this? Envy Code R prevents redistribution; so for instance you cannot use it as a web font unless you're reasonably sure the user has it installed on their own.
All my projects / works are under GPL. You are free to do whatever you want.
And thanks a lot for your message. It's motivating.
Are we allowed to do use the new CSS @font-face functionality to get it to users who don't have it?
I guess you are. But I don't know how this font is rendered on browsers. It's ok for terminals but it may look ugly on websites...
Last edited by Ypnose (2012-07-05 12:36:21)
Offline
All my projects / works are under GPL. You are free to do whatever you want.
Great, thank you.
And thanks a lot for your message. It's motivating.
No problem!
jac wrote:Are we allowed to do use the new CSS @font-face functionality to get it to users who don't have it?
I guess you are. But I don't know how this font is rendered on browsers. It's ok for terminals but it may look ugly on websites...
I'm not even sure you can use PCF fonts, it was just the first example I thought of that would be considered redistribution -- and a specific problem I ran into with Envy Code R. Luckily it doesn't matter how ugly people think my site is as I'm the only one who ever looks at it
Offline
Oh goodness Personally, I've had
* { font: 12px "Envy Code R" !important }
in my custom CSS file for a while now... Not even sure what my site "really" looks like.
I've been using envypnd to do some coding over the past day. I really like it Do you do any coding in a language that uses braces? The squiggly brackets look a lot like parenthesis. Have you thought about any modifications to either of these? I'm terrible at design, so I would probably just change the squiggly brackets until they were more pronounced, so I can't really offer any solid direction to change you might consider.
Offline