Module:AbilitySection: Difference between revisions

font
m Reverted edit by Gammaton32 (talk) to last revision by Vergir
Tag: Rollback
Line 85: Line 85:
local ability_name = lang.get_string(ability.Key)
local ability_name = lang.get_string(ability.Key)
local icon_html = icon_module._render(ability_name, { size = '30px', ['icon-only'] = 'true', ['no-link'] = 'true' })
local icon_html = icon_module._render(ability_name, { size = '30px', ['icon-only'] = 'true', ['no-link'] = 'true' })
             heading = '<h3 class="ability-name" style="font-family: \'Valve Occult\', \'Retail Demo\', \'Open Sans\', !important;">' .. icon_html .. ' ' .. ability_name .. '</h3>'
             heading = '<h3 class="ability-name" style="font-family: \'Valve Occult\' !important;">' .. icon_html .. ' ' .. ability_name .. '</h3>'
         end
         end
end
end