aboutsummaryrefslogtreecommitdiff
path: root/.emacs.local.d/modes/fonts.el
blob: 08d74d4acc4b5e1c53d4a0663afb067d42397ac2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
;; elpa-packages: fontaine

(setq fontaine-presets
      '((tiny
         :default-family "Fira Code Retina"
         :default-height 70)
        (small
         :default-family "Fira Code Retina"
         :default-height 90)
        (regular
         :default-height 110)
        (medium
         :default-height 120)
        (large
         :default-weight semilight
         :default-height 140
         :bold-weight extrabold)
        (presentation
         :default-weight semilight
         :default-height 170
         :bold-weight extrabold)
        (jumbo
         :default-weight semilight
         :default-height 220
         :bold-weight extrabold)
        (t
         :default-family "Fira Code Retina"
         :default-weight regular
         :default-height 140
         :variable-pitch-family "Fira Code Retina")))

;; Set desired style from `fontaine-presets'
(fontaine-set-preset 'medium)
nihil fit ex nihilo