diff options
| author | LMBishop <me@leonardobishop.com> | 2023-02-13 19:38:06 +0000 |
|---|---|---|
| committer | LMBishop <me@leonardobishop.com> | 2023-02-13 19:38:06 +0000 |
| commit | 919b17cb39a88fb694b100c9f97b4bcdd905fd45 (patch) | |
| tree | 485e8c196fde6bc0fd3f539f7808d69ead7c4361 /waybar/style.css | |
| parent | 921cc1b7466f504b4521450cf7d2adac4e6c5c93 (diff) | |
Fix fonts
Diffstat (limited to 'waybar/style.css')
| -rw-r--r-- | waybar/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/waybar/style.css b/waybar/style.css index c92fd57..6f0ea93 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -1,6 +1,6 @@ * { /* `otf-font-awesome` is required to be installed for icons */ - font-family: Iosevka Term; + font-family: Iosevka Term Nerd Font; font-size: 13px; } |
