Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to change the code font when the name contains spaces #25

Open
a-berg opened this issue Oct 19, 2021 · 0 comments
Open

Unable to change the code font when the name contains spaces #25

a-berg opened this issue Oct 19, 2021 · 0 comments

Comments

@a-berg
Copy link

a-berg commented Oct 19, 2021

Hello. I have recently installed notexbook and tried to change the code font, and have found that it works when the name is a single word but not if the font name has more (which is ironic considering that the default font has a two-word name).

For example, this works:

%texify --code-font-family Cousine

And none of these do:

%texify --code-font-family 'Cousine'
%texify --code-font-family 'Iosevka SS04'
%texify --code-font-family Iosevka SS04 
%texify --code-font-family Iosevka\ SS04 

Which is kinda weird, as most fonts do have multi-word names and the standard way to pass that kind of arguments in unix-like commands is using quotes to enclose the name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant