geekhack

geekhack Projects => Making Stuff Together! => Topic started by: oldcat on Thu, 07 March 2019, 21:28:27

Title: Any suggestions where I can get GMK font?
Post by: oldcat on Thu, 07 March 2019, 21:28:27
Looking to learn rendering keycaps for a keyboard I designed but cannot find the GMK font, any information is appreciated.
Thank you very much.
Title: Re: Any suggestions where I can get GMK font?
Post by: dr_derivative on Fri, 08 March 2019, 06:08:03
You can use Helvetica Rounded Bold or Arial Rounded Bold, which are both pretty close to the Cherry font. Many of the symbols and punctuation are quite different though.

If you want better accuracy you're going to have to adapt them yourself. I don't believe there is an accurate replica font publicly available.
Title: Re: Any suggestions where I can get GMK font?
Post by: Pluto19 on Mon, 11 March 2019, 00:43:54
Have you tried asking Hashbaz is [if] he would share with you what font he holds for his Cherry replica?
Title: Re: Any suggestions where I can get GMK font?
Post by: tex_live_utility on Mon, 11 March 2019, 14:53:00
You can use Helvetica Rounded Bold or Arial Rounded Bold, which are both pretty close to the Cherry font. Many of the symbols and punctuation are quite different though.

If you want better accuracy you're going to have to adapt them yourself. I don't believe there is an accurate replica font publicly available.

Hopefully one of our resident render wizards can share what they use, but I wouldn't blame them for wanting to keep it a trade secret.
Title: Re: Any suggestions where I can get GMK font?
Post by: infiniti on Wed, 03 April 2019, 23:48:10
morcles (https://geekhack.org/index.php?action=profile;u=7408) made one way back when (https://geekhack.org/index.php?topic=35765.msg746490#msg746490)...
[attachimg=1]
Download: https://geekhack.org/index.php?action=dlattach;topic=35765.0;attach=10555


This other one, I forgot where I got...(if anyone knows, let me know so I can add credit / attribution)
[attachimg=2]
Download: [attachurl=3]
Title: Re: Any suggestions where I can get GMK font?
Post by: rossh31_ on Wed, 16 December 2020, 11:40:43
You can use Helvetica Rounded Bold or Arial Rounded Bold, which are both pretty close to the Cherry font. Many of the symbols and punctuation are quite different though.

If you want better accuracy you're going to have to adapt them yourself. I don't believe there is an accurate replica font publicly available.

Hopefully one of our resident render wizards can share what they use, but I wouldn't blame them for wanting to keep it a trade secret.

Are there any google fonts that are like cherry font
Title: Re: Any suggestions where I can get GMK font?
Post by: retoid on Wed, 16 December 2020, 11:42:53
You can try Varela Round (https://fonts.google.com/specimen/Varela+Round)

You can also search to see if anyone else has hosted Helvetic Rounded, for example here (https://www.onlinewebfonts.com/download/4633d82b666bc288aaca2e58aeb89690).

If you add this to the Styles tab it will use Helvetica Rounded Bold:

Code: [Select]
@font-face {font-family: "Helvetica Rounded LT"; src: url("//db.onlinewebfonts.com/t/4633d82b666bc288aaca2e58aeb89690.eot"); src: url("//db.onlinewebfonts.com/t/4633d82b666bc288aaca2e58aeb89690.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/4633d82b666bc288aaca2e58aeb89690.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/4633d82b666bc288aaca2e58aeb89690.woff") format("woff"), url("//db.onlinewebfonts.com/t/4633d82b666bc288aaca2e58aeb89690.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/4633d82b666bc288aaca2e58aeb89690.svg#Helvetica Rounded LT") format("svg")}

* { font-family: 'Helvetica Rounded LT';}

You can also adjust the font size, although this adjusts the labels and numbers. I am no web developer and am not sure exactly how to adjust the labels vs. numbers individually.
Code: [Select]
.keylabel {
    font-size: 24px;
}
Title: Re: Any suggestions where I can get GMK font?
Post by: Findecanor on Wed, 16 December 2020, 14:51:23
https://github.com/dakotafelder/open-cherry
Title: Re: Any suggestions where I can get GMK font?
Post by: moosekeyboards on Thu, 17 December 2020, 19:32:59
https://github.com/dakotafelder/open-cherry

thanks so much this is super helpful.
Title: Re: Any suggestions where I can get GMK font?
Post by: _rubik on Thu, 17 December 2020, 19:44:20
https://github.com/dakotafelder/open-cherry

If only that had APL characters...
Title: Re: Any suggestions where I can get GMK font?
Post by: y1xuan on Mon, 17 January 2022, 07:46:25
https://github.com/dakotafelder/open-cherry

Thanks so much ! I am rendering a new keycaps!So helpful !!