class IsoDoc::Generic::HtmlConvert
def googlefonts
def googlefonts return unless configuration.webfont Array(configuration.webfont).map do |x| %{<link href="#{x}" rel="stylesheet"/>} end.join("\n") end
def googlefonts return unless configuration.webfont Array(configuration.webfont).map do |x| %{<link href="#{x}" rel="stylesheet"/>} end.join("\n") end