Fix Font Awesome font rendering on Windows
This commit is contained in:
parent
2a139282e7
commit
5a006c911b
1 changed files with 14 additions and 14 deletions
28
oni-gui.el
28
oni-gui.el
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 20190429180206
|
;; Version: 20190501164228
|
||||||
;; Package-Requires: (oni-ui yoshi-theme diminish)
|
;; Package-Requires: (oni-ui yoshi-theme diminish)
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -29,19 +29,19 @@
|
||||||
(add-to-list 'default-frame-alist '(font . "Fantasque Sans Mono-15"))
|
(add-to-list 'default-frame-alist '(font . "Fantasque Sans Mono-15"))
|
||||||
(add-to-list 'default-frame-alist '(internal-border-width . 15))
|
(add-to-list 'default-frame-alist '(internal-border-width . 15))
|
||||||
|
|
||||||
(set-fontset-font t ? "Font Awesome 5 Free")
|
(set-fontset-font t ? "Font Awesome 5 Free Solid")
|
||||||
(set-fontset-font t ? "Font Awesome 5 Free")
|
(set-fontset-font t ? "Font Awesome 5 Free Solid")
|
||||||
(set-fontset-font t ? "Font Awesome 5 Free")
|
(set-fontset-font t ? "Font Awesome 5 Free Solid")
|
||||||
(set-fontset-font t ? "Font Awesome 5 Free")
|
(set-fontset-font t ? "Font Awesome 5 Free Solid")
|
||||||
(set-fontset-font t ? "Font Awesome 5 Free")
|
(set-fontset-font t ? "Font Awesome 5 Free Solid")
|
||||||
(set-fontset-font t ? "Font Awesome 5 Free")
|
(set-fontset-font t ? "Font Awesome 5 Free Solid")
|
||||||
(set-fontset-font t ? "Font Awesome 5 Free")
|
(set-fontset-font t ? "Font Awesome 5 Free Solid")
|
||||||
(set-fontset-font t ? "Font Awesome 5 Free")
|
(set-fontset-font t ? "Font Awesome 5 Free Solid")
|
||||||
(set-fontset-font t ? "Font Awesome 5 Free")
|
(set-fontset-font t ? "Font Awesome 5 Free Solid")
|
||||||
(set-fontset-font t ? "Font Awesome 5 Free")
|
(set-fontset-font t ? "Font Awesome 5 Free Solid")
|
||||||
(set-fontset-font t ? "Font Awesome 5 Free")
|
(set-fontset-font t ? "Font Awesome 5 Free Solid")
|
||||||
(set-fontset-font t ? "Font Awesome 5 Free")
|
(set-fontset-font t ? "Font Awesome 5 Free Solid")
|
||||||
(set-fontset-font t ? "Font Awesome 5 Free")
|
(set-fontset-font t ? "Font Awesome 5 Free Solid")
|
||||||
|
|
||||||
(diminish 'isearch-mode " ")
|
(diminish 'isearch-mode " ")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue