GithubHelp home page GithubHelp logo

mono's Issues

Can't set the font in VS Code running on Windows 11

I tried different combinations, including Martians Mono, "Martians Mono", MartiansMono and even the full name Martian Mono Std Lt, but no luck.

I'm not sure if I don't understand how font names work or if it's a font issue, either way, it's worth adding this to docs since the mono font will be used mainly by developers.

image

Btw, thank you for your amazing work.

Support Vietnamese characters

Dear,

I'm developer and I love this font. I don't know how to contribute it. Its great if you add Vietnamese support to this fonts.
Thank you.

Vietnamese Characters:

  • a á à ả ã ạ ă ắ ằ ẵ ẳ ặ â ấ ầ ẫ ẩ ậ
  • A Á À Ả Ã Ạ Ă Ắ Ằ Ẵ Ẳ Ặ Â Ấ Ầ Ẫ Ẩ Ậ
  • i í ì ỉ ĩ ị
  • I Í Ì Ỉ Ĩ
  • u ú ù ũ ủ ụ ư ứ ừ ữ ử ự
  • U Ú Ù Ũ Ủ Ụ Ư Ứ Ừ Ữ Ử Ự
  • o ó ò õ ỏ ọ ô ố ồ ỗ ổ ộ ơ ớ ờ ỡ ở ợ
  • O Ó Ò Õ Ỏ Ọ Ô Ố Ồ Ỗ Ổ Ộ Ơ Ớ Ờ Ỡ Ở Ợ
  • y ý ỳ ỷ ỹ ỵ
  • Y Ý Ỳ Ỷ Ỹ Ỵ

Src: https://vietnamesetypography.com/ (maybe helpful)

Thank you again!

Support Udmurt characters

The missing letters are based on the Cyrillic symbols with two dots above: Ӝ ӝ, Ӟ ӟ, Ӥ ӥ, Ӧ ӧ, Ӵ ӵ.

Italics

I know it's potentially on the roadmap, but I also wanted to express interest for it. I'm using ExtraLight for italics in the meantime.

Thanks for the great typeface!

Странные значения weight и style в ttf

Вот такие веса показывает fc-scan (fontconfig) в Ubuntu

$ fc-scan --format '%{file}\t%{weight}\t%{style}\n' MartianMono-Std*.ttf
MartianMono-StdBd.ttf	200	Std Bd,Bold
MartianMono-StdLt.ttf	80	Std Lt,Regular
MartianMono-StdMd.ttf	80	Std Md,Regular
MartianMono-StdRg.ttf	80	Std Rg,Regular
MartianMono-StdTh.ttf	0	Std Th,Regular
MartianMono-StdxBd.ttf	205	Std xBd,Regular
MartianMono-StdxLt.ttf	80	Std xLt,Regular

По документации я бы ожидал для
Lt — 50
Md — 100
xLt — 40

Ну и style у всех почему-то Regular.

Consider renaming the final font files

Hi! Love the font! However, I am having issues with the naming of the fonts. As of now, the names are abbreviated:

Screenshot of the Fonts.app with the names of font weights of Martian Mono

This makes them hard to parse, at least for me: I wouldn't expect ‘Light’ to be actually called ‘Std Lt’. Some applications, though, also have issues with it. Example use case: In JetBrains’ editors, I use a 14pt font for code editing and a 12pt font in my terminal. For this, I have to uncheck the ‘Use default font’ checkbox. When I do it, I don't have the option to set the font weight, only the family. Since IntelliJ can't find the ‘Normal’ weight, it defaults to the first font in alphabetical order, it being ‘Condensed Bold’:

Screenshot of PyCharm settings with a wrong font being selected

I know, this is rather an IntelliJ problem for not letting one choose the font weight there, but it's also a font problem IMO, since there is a somewhat established tradition in how to name the font weights.

Is there a reason for the shorter names being used, and if no, would you consider renaming them in the next release?

small a and r

i like the font, but looking at a (it has too much top left) what r (has too little top right), but then i have no idea about fonts...

Editor theme in README?

I like the use of colors and dark background demonstrated on the README in the "Desktop" section. What's the theme being used on the screenshots? I'd like to play around on it with Martian Mono with different line-heights and character spacings :)

Remove RFN

Please consider removing the RFN, so that web fontv users who subset your font or convert it to woff2 (like Google Fonts, whose library I manage :) don't have to rename it.

Any updates on ligatures support?

Hey,

I really love Martin Mono. Only feature is missing for me is ligatures support. Is there still any plans to add them? Let me know if I can help with it in any way.

Martian Mono isn’t being detected as a monospaced font

User can set only mono fonts in Gnome Terminal on Ubuntu 22.04 by default, and Gnome Terminal does not detect MartianMono as monospace font for some reason.

You can choose MartianMono font as terminal font with this command

dconf write /org/gnome/terminal/legacy/profiles:/:TERMINAL_PROFILE_ID/font  "'<font name> <font size>'"

for example

dconf write /org/gnome/terminal/legacy/profiles:/:b1dcc9dd-5262-4d8d-a863-c897e6d979b9/font  "'MartianMono sWd xLt 12'"

Also, we can see that Font Manager detects MartianMono as proportional, not monospace

Screenshot from 2022-10-23 06-17-18

Will Martian Mono appear at jsdelivr, font-static or another open platform?

I'm not an expert at fonts. As I know there is a several projects for font-hosting. Will Martian Mono appear at one of them like this ones

Reason

I want to make a suggestion to https://github.com/carbon-app/carbon to add Martian Mono as one of default fonts. But as I see in the file below

https://github.com/jnm2/carbon-app/blob/1efba897e1733cd48650dcea0162a6e3fa81fdc7/components/style/Font.js

We need to have an open link to download font-files. Unfortunately, I've not found info about open services in README. I think that Github link won't be a good solution for this.

Hello, will consider support nerdfont icon?

I really like martian mano font, after using this, all font looks uncomfortable to me.

But as a programer, I like vim, martian don't have icon support is really a pity, will it consider support?

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.