diff options
author | Matthew Lemon <y@yulqen.org> | 2024-09-28 09:11:15 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-09-28 09:11:15 +0100 |
commit | 4901da4c432c81db657e63cb3d2d8f6b8e625ae7 (patch) | |
tree | ad9ace87d38c40471ec2f8b25654f64b83c82ced | |
parent | 9d92da095479c532209f65b134c15b02bd1a479f (diff) |
Adds Ubuntu fonts
-rw-r--r-- | Xresources | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -9,13 +9,14 @@ XTerm.vt100.selectToClipboard: true /* urxvt*font: xft:Classic Console Neue:size=14 */ /* urxvt*boldFont: xft:Classic Console Neue:size=14 */ /* xterm*font: xft:monospace */ -xterm*faceName: Hack Nerd Font Mono +/* xterm*faceName: Hack Nerd Font Mono */ +xterm*faceName: Ubuntu Mono /* xterm*fontsize: 17 */ /* XTerm*font: -*-terminus-medium-*-*-*-18-*-*-*-*-*-iso10646-1 *1/ */ /* xterm*faceName: Terminess Nerd Font:style=Regular */ /* xterm*faceName: Cascadia Code */ /* xterm*faceName: Iosevka Nerd Font Mono */ -xterm*faceSize: 10 +xterm*faceSize: 12 /* xterm*faceName: monospace:size=12 */ /* xterm*font: terminus-16 */ /* xterm*font: fixed */ |