Module:AbilitySection: Difference between revisionsGive feedback
Jump to navigation
Jump to search
Gammaton32 (talk | contribs) font |
Gammaton32 (talk | contribs) 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\' | heading = '<h3 class="ability-name" style="font-family: \'Valve Occult\' !important;">' .. icon_html .. ' ' .. ability_name .. '</h3>' | ||
end | end | ||
end | end | ||