-
-
Notifications
You must be signed in to change notification settings - Fork 139
Open
Description
I get this choppy logo when setting custom font.

With default font it seems to work fine

Also SVG images seem to be unaffected by this
Minimal config to reproduce:
;; -*- lexical-binding:t -*-
(set-frame-font "Hack 15" nil t)
(eval-when-compile
(require 'package))
(setq package-archives '(("melpa" . "https://melpa.org/packages/")
("elpa" . "https://elpa.gnu.org/packages/")))
(package-initialize)
(unless package-archive-contents
(package-refresh-contents))
(require 'use-package)
(setq use-package-always-ensure t)
(use-package dashboard
:config
(setq dashboard-startup-banner 'logo)
(setq dashboard-center-content t)
(dashboard-setup-startup-hook))jacmoe
Metadata
Metadata
Assignees
Labels
No labels