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

Instructions for using fonts in Emacs #18

Open
nordlow opened this issue Oct 15, 2024 · 2 comments
Open

Instructions for using fonts in Emacs #18

nordlow opened this issue Oct 15, 2024 · 2 comments

Comments

@nordlow
Copy link

nordlow commented Oct 15, 2024

Is there an instruction for installing these fonts so that they are automatically chosen by Emacs?

@protesilaos
Copy link
Owner

protesilaos commented Oct 16, 2024 via email

@g-gundam
Copy link

g-gundam commented Jan 10, 2025

@nordlow

Emacs Setup

Add this to your init.el:

(set-face-attribute 'default nil :font "Iosevka Comfy Motion 14")

Of course, set the variant and size you want.

Family Shapes Spacing Style Ligatures
Iosevka Comfy Sans Compact Monospaced Yes
Iosevka Comfy Duo Sans Compact Duospaced Yes
Iosevka Comfy Fixed Sans Compact Monospaced No
--------------------------------- -------- --------- ------------ -----------
Iosevka Comfy Motion Slab Compact Monospaced Yes
Iosevka Comfy Motion Duo Slab Compact Duospaced Yes
Iosevka Comfy Motion Fixed Slab Compact Monospaced No
--------------------------------- -------- --------- ------------ -----------
Iosevka Comfy Wide Sans Wide Monospaced Yes
Iosevka Comfy Wide Duo Sans Wide Duospaced Yes
Iosevka Comfy Wide Fixed Sans Wide Monospaced No
--------------------------------- -------- --------- ------------ -----------
Iosevka Comfy Wide Motion Slab Wide Monospaced Yes
Iosevka Comfy Wide Motion Duo Slab Wide Duospaced Yes
Iosevka Comfy Wide Motion Fixed Slab Wide Monospaced No

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

3 participants