; 半角英字設定
(set-face-attribute 'default nil :family "Consolas" :height 100)
; 全角かな設定
(set-fontset-font (frame-parameter nil 'font)
'japanese-jisx0208
(font-spec :family "IPAゴシック" :size 14))
; 半角カナ設定
(set-fontset-font (frame-parameter nil 'font)
'katakana-jisx0201
(font-spec :family "MS ゴシック" :size 14))
; ずれ確認用
; 0123456789012345678901234567890123456789
; アイウエオアイウエオアイウエオアイウエオアイウエオアイウエオアイウエオアイウエオ
; あいうえおあいうえおあいうえおあいうえお
More than 5 years have passed since last update.
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme