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

Incompatible with alacritty #9

Open
hitchhooker opened this issue Apr 6, 2023 · 3 comments
Open

Incompatible with alacritty #9

hitchhooker opened this issue Apr 6, 2023 · 3 comments

Comments

@hitchhooker
Copy link

I am working on a new terminal centric operating system UI and wanting to use Unbounded for it. Anyhow it seems that it is not compatible in its current form with Alacritty. Rofi with .rasi files seems to be functioning correctly, but spacing tends to be incorrect in alacritty.

font:
  # The normal (roman) font face to use.
  normal:
    family: "Unbounded"
    style: Regular

  # The bold font face
  bold:
    family: "Unbounded"
    style: Bold

  size: 12.0

  offset:
    x: 0
    y: 0
  glyph_offset:
    x: 0
    y: 0
@hitchhooker
Copy link
Author

IMG_20230406_130031_231
So font loada correctly but spacing is random.

@hitchhooker
Copy link
Author

IMG_20230406_133323_355
In rofi works great tho imported in .rasi file

@StudioTriple
Copy link

Unbounded is not a monospace font and as such is not really made for coding environment, hence the weird spacing in Alicrity.

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

2 participants