diff options
| author | sinanmohd <pcmsinan@gmail.com> | 2021-04-27 16:07:52 +0530 | 
|---|---|---|
| committer | sinanmohd <pcmsinan@gmail.com> | 2021-04-27 16:07:52 +0530 | 
| commit | e82bc2c613a94cf7d4e65c89ee2f0f6227dd7775 (patch) | |
| tree | 8ca47e385eb89ab0ecf542818d4b34bad14123bd | |
| parent | 3374e0e3b3a2ed27cc8f635a98895d1d5574ddce (diff) | |
font
| -rw-r--r-- | config.def.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/config.def.h b/config.def.h index 8cd9e6c..cd1ae8b 100644 --- a/config.def.h +++ b/config.def.h @@ -5,7 +5,7 @@   *   * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html   */ -static char *font = "Source Code Pro:style=Regular:pixelsize=12:antialias=true:autohint=true"; +static char *font = "JetBrains Mono:pixelsize=12:antialias=true:autohint=true";  static int borderpx = 2;  /* | 
