LoginSignup
4
2

More than 5 years have passed since last update.

Redmineのデフォルトの文字の大きさを変更する

Last updated at Posted at 2018-07-05

概要

Redmineのデフォルトの文字が小さくて見にくいと一部の人から言われたので、大きくなるように変更

変更するファイルと場所

{文字の大きさ}部分を任意に変更

/var/lib/redmine/public/stylesheets/application.cssの2行目
body { font-family: Verdana, sans-serif; font-size: {文字の大きさ}px; color:#333; margin: 0; padding: 0; min-width: 900px; }

変更したらRedmineを再起動すること

4
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
2