comment out alacritty font settings again, it still doesn't work

main
mediocregopher 3 years ago
parent 0cd135b57d
commit cb90adf002
  1. 142
      alacritty/alacritty.yml

@ -102,81 +102,81 @@ env:
#multiplier: 3
## Font configuration
#font:
# size: 7
font:
size: 7
#
#TODO I'd like to restore this font configuration, but I can't cause nix
#doesn't play nicely with fontconfig
font:
# Normal (roman) font face
normal:
# Font family
#
# Default:
# - (macOS) Menlo
# - (Linux/BSD) monospace
# - (Windows) Consolas
family: Source Code Pro
# The `style` can be specified to pick a specific face.
style: Regular
# Bold font face
bold:
# Font family
#
# If the bold family is not specified, it will fall back to the
# value specified for the normal font.
family: Source Code Pro
# The `style` can be specified to pick a specific face.
style: Bold
# Italic font face
italic:
# Font family
#
# If the italic family is not specified, it will fall back to the
# value specified for the normal font.
family: Source Code Pro
# The `style` can be specified to pick a specific face.
style: Italic
# Bold italic font face
bold_italic:
# Font family
#
# If the bold italic family is not specified, it will fall back to the
# value specified for the normal font.
family: Source Code Pro
# The `style` can be specified to pick a specific face.
style: Bold Italic
# Point size
size: 6.3
# Offset is the extra space around each character. `offset.y` can be thought
# of as modifying the line spacing, and `offset.x` as modifying the letter
# spacing.
#offset:
# x: 0
# y: 0
# Glyph offset determines the locations of the glyphs within their cells with
# the default being at the bottom. Increasing `x` moves the glyph to the
# right, increasing `y` moves the glyph upward.
#glyph_offset:
# x: 0
# y: 0
# Thin stroke font rendering (macOS only)
#
# Thin strokes are suitable for retina displays, but for non-retina screens
# it is recommended to set `use_thin_strokes` to `false`.
#use_thin_strokes: true
#font:
# # Normal (roman) font face
# normal:
# # Font family
# #
# # Default:
# # - (macOS) Menlo
# # - (Linux/BSD) monospace
# # - (Windows) Consolas
# family: Source Code Pro
#
# # The `style` can be specified to pick a specific face.
# style: Regular
#
# # Bold font face
# bold:
# # Font family
# #
# # If the bold family is not specified, it will fall back to the
# # value specified for the normal font.
# family: Source Code Pro
#
# # The `style` can be specified to pick a specific face.
# style: Bold
#
# # Italic font face
# italic:
# # Font family
# #
# # If the italic family is not specified, it will fall back to the
# # value specified for the normal font.
# family: Source Code Pro
#
# # The `style` can be specified to pick a specific face.
# style: Italic
#
# # Bold italic font face
# bold_italic:
# # Font family
# #
# # If the bold italic family is not specified, it will fall back to the
# # value specified for the normal font.
# family: Source Code Pro
#
# # The `style` can be specified to pick a specific face.
# style: Bold Italic
#
# # Point size
# size: 6.3
#
# # Offset is the extra space around each character. `offset.y` can be thought
# # of as modifying the line spacing, and `offset.x` as modifying the letter
# # spacing.
# #offset:
# # x: 0
# # y: 0
#
# # Glyph offset determines the locations of the glyphs within their cells with
# # the default being at the bottom. Increasing `x` moves the glyph to the
# # right, increasing `y` moves the glyph upward.
# #glyph_offset:
# # x: 0
# # y: 0
#
# # Thin stroke font rendering (macOS only)
# #
# # Thin strokes are suitable for retina displays, but for non-retina screens
# # it is recommended to set `use_thin_strokes` to `false`.
# #use_thin_strokes: true
# If `true`, bold text is drawn using the bright color variants.
#draw_bold_text_with_bright_colors: false

Loading…
Cancel
Save