Skip to content

Commit

Permalink
use more small font for jigoku.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Dec 23, 2010
1 parent 615ea3d commit 1d5ceaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.rb
Expand Up @@ -229,7 +229,7 @@ def render_witticism(context, position, witticism, paper,
font) do |_layout|
_layout.context.base_gravity = :east
description = _layout.font_description
description.size = 14 * Pango::SCALE
description.size = 12 * Pango::SCALE
_layout.font_description = description
end

Expand Down

0 comments on commit 1d5ceaf

Please sign in to comment.