lib/rabbit/theme/default-text/default-text.rb in rabbit-2.1.2 vs lib/rabbit/theme/default-text/default-text.rb in rabbit-2.1.3

- old
+ new

@@ -70,19 +70,9 @@ match("**", Title, "**", Superscript) do |texts| texts.prop_set("size", @x_large_script_font_size) texts.prop_set("rise", (@x_large_script_font_size * 5 / 3.0).to_i) end -match("**", PreformattedText) do |texts| - texts.prop_set("size", @normal_font_size) - set_font_family(texts, @monospace_font_family) -end - -match("**", SyntaxHighlightingText) do |texts| - texts.prop_set("size", @normal_font_size) - set_font_family(texts, @monospace_font_family) -end - match("**", Keyword) do |texts| texts.prop_set("weight", "bold") end match("**", Comment) do |texts|