mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 03:50:24 +10:00
Editing fonts for emacs-wayland in Niri.
This commit is contained in:
@@ -207,15 +207,15 @@
|
|||||||
(set-face-attribute 'default nil
|
(set-face-attribute 'default nil
|
||||||
:font "JetBrains Mono"
|
:font "JetBrains Mono"
|
||||||
:height 110
|
:height 110
|
||||||
:weight 'medium)
|
:weight 'regular)
|
||||||
(set-face-attribute 'variable-pitch nil
|
(set-face-attribute 'variable-pitch nil
|
||||||
:font "Ubuntu"
|
:font "Ubuntu"
|
||||||
:height 120
|
:height 120
|
||||||
:weight 'medium)
|
:weight 'regular)
|
||||||
(set-face-attribute 'fixed-pitch nil
|
(set-face-attribute 'fixed-pitch nil
|
||||||
:font "JetBrains Mono"
|
:font "JetBrains Mono"
|
||||||
:height 110
|
:height 110
|
||||||
:weight 'medium)
|
:weight 'regular)
|
||||||
;; Makes commented text and keywords italics.
|
;; Makes commented text and keywords italics.
|
||||||
;; This is working in emacsclient but not emacs.
|
;; This is working in emacsclient but not emacs.
|
||||||
;; Your font must have an italic face available.
|
;; Your font must have an italic face available.
|
||||||
|
|||||||
@@ -356,15 +356,15 @@ Defining the various fonts that Emacs will use.
|
|||||||
(set-face-attribute 'default nil
|
(set-face-attribute 'default nil
|
||||||
:font "JetBrains Mono"
|
:font "JetBrains Mono"
|
||||||
:height 110
|
:height 110
|
||||||
:weight 'medium)
|
:weight 'regular)
|
||||||
(set-face-attribute 'variable-pitch nil
|
(set-face-attribute 'variable-pitch nil
|
||||||
:font "Ubuntu"
|
:font "Ubuntu"
|
||||||
:height 120
|
:height 120
|
||||||
:weight 'medium)
|
:weight 'regular)
|
||||||
(set-face-attribute 'fixed-pitch nil
|
(set-face-attribute 'fixed-pitch nil
|
||||||
:font "JetBrains Mono"
|
:font "JetBrains Mono"
|
||||||
:height 110
|
:height 110
|
||||||
:weight 'medium)
|
:weight 'regular)
|
||||||
;; Makes commented text and keywords italics.
|
;; Makes commented text and keywords italics.
|
||||||
;; This is working in emacsclient but not emacs.
|
;; This is working in emacsclient but not emacs.
|
||||||
;; Your font must have an italic face available.
|
;; Your font must have an italic face available.
|
||||||
|
|||||||
Reference in New Issue
Block a user