unbounded icon indicating copy to clipboard operation
unbounded copied to clipboard

Incompatible with alacritty

Open hitchhooker opened this issue 1 year ago • 3 comments

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 avatar Apr 06 '23 06:04 hitchhooker

IMG_20230406_130031_231 So font loada correctly but spacing is random.

hitchhooker avatar Apr 06 '23 06:04 hitchhooker

IMG_20230406_133323_355 In rofi works great tho imported in .rasi file

hitchhooker avatar Apr 06 '23 06:04 hitchhooker

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

StudioTriple avatar Jul 05 '23 11:07 StudioTriple