class PrawnHtml::Tags::H

def block?

def block?
  true
end

def tag_styles

def tag_styles
  <<~STYLES
    font-size: #{SIZES[tag]}px;
    font-weight: bold;
    margin-bottom: #{MARGINS_BOTTOM[tag]}px;
    margin-top: #{MARGINS_TOP[tag]}px;
  STYLES
end