aboutsummaryrefslogtreecommitdiffhomepage
path: root/X11/alacritty/fonts.yml
blob: 2ea94f1cb097c76b310731aa327666d0e3b68379 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
## Copyright (C) 2020-2021 Aditya Shakya <adi1090x@gmail.com>
## Everyone is permitted to copy and distribute copies of this file under GNU-GPL3

# Font configuration
font:
  # Normal (roman) font face
  normal:
    family: "Source Code Pro"
    #style: Regular

  # Bold font face
  bold:
    family: "Source Code Pro"
    #style: Bold

  # Italic font face
  italic:
    family: "Source Code Pro"
    #style: Italic

  # Bold italic font face
  bold_italic:
    family: "Source Code Pro"
    #style: Bold Italic

  # Point size
  size: 18

  # Offset
  #offset:
  #  x: 0
  #  y: 0

  # Glyph offset
  #glyph_offset:
  #  x: 0
  #  y: 0