diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-01-10 11:12:38 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-01-10 11:12:38 +0800 |
commit | 6ec4f549a9f19bc30fbd0f06539dd6293cd782bb (patch) | |
tree | 2a7418fff237a874e7aaed87e6a985ea13c94beb /X11/alacritty/fonts.toml | |
parent | 74253fe18e7358d9c264e5ce393cdfa4219df250 (diff) |
Update
Diffstat (limited to 'X11/alacritty/fonts.toml')
-rw-r--r-- | X11/alacritty/fonts.toml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/X11/alacritty/fonts.toml b/X11/alacritty/fonts.toml new file mode 100644 index 0000000..2683761 --- /dev/null +++ b/X11/alacritty/fonts.toml | |||
@@ -0,0 +1,14 @@ | |||
1 | [font] | ||
2 | size = 20 | ||
3 | |||
4 | [font.bold] | ||
5 | family = "Source Code Pro" | ||
6 | |||
7 | [font.bold_italic] | ||
8 | family = "Source Code Pro" | ||
9 | |||
10 | [font.italic] | ||
11 | family = "Source Code Pro" | ||
12 | |||
13 | [font.normal] | ||
14 | family = "Source Code Pro" | ||