Use Iosevka Term font

This commit is contained in:
Alex Palaistras 2018-11-07 23:21:09 -08:00
parent 04fe6cab78
commit 2cb21d8079
5 changed files with 7 additions and 7 deletions

View File

@ -52,7 +52,7 @@ Xft.rgba: none
* rofi *
*********************************************************************/
rofi.font: Iosevka SS02 12
rofi.font: Iosevka Term SS02 12
rofi.terminal: i3-sensible-terminal
rofi.lines: 10
rofi.columns: 1

View File

@ -1,5 +1,5 @@
[global]
font = Iosevka SS02 12
font = Iosevka Term SS02 12
# Allow a small subset of html markup:
# <b>bold</b>

View File

@ -155,7 +155,7 @@ bindsym $mod+Shift+q mode $session
# ----------
# Default font.
font pango:Iosevka SS02 12
font pango:Iosevka Term SS02 12
# Border style for new windows.
hide_edge_borders both
@ -222,7 +222,7 @@ bar {
tray_output eDP1
tray_output DP1
font pango:Iosevka SS02, i3cons 12
font pango:Iosevka Term SS02, i3cons 12
separator_symbol " • "
workspace_buttons yes

View File

@ -1,5 +1,5 @@
[options]
font = Iosevka SS02 12
font = Iosevka Term SS02 12
urgent_on_bell = true
clickable_url = true
scrollback_lines = 10000

View File

@ -218,7 +218,7 @@ It should only modify the values of Spacemacs settings."
;; Default font, or prioritized list of fonts. `powerline-scale' allows to
;; quickly tweak the mode-line size to make separators look not too crappy.
dotspacemacs-default-font '("Iosevka SS02" :weight light :width normal)
dotspacemacs-default-font '("Iosevka Term SS02" :weight light :width normal)
;; The leader key (default "SPC")
dotspacemacs-leader-key "SPC"
@ -567,7 +567,7 @@ you should place your code here."
dtrt-indent-active-mode-line-info ""
;; Defaults for Go.
go-backend 'lsp
go-backend 'go-mode
go-use-golangci-lint t
go-format-before-save t
godoc-at-point-function 'godoc-gogetdoc