blob: d8cacaf943af03ef43bce7b631d0dc6e1e8e7669 (
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: 20
# Offset
#offset:
# x: 0
# y: 0
# Glyph offset
#glyph_offset:
# x: 0
# y: 0
|