08/07/2023
Lilly's CornerAfricanRestaurantjifunction calculateFontSize(width, height, content){var area=width * height; var contentLength=content.length; return Math.sqrt(area / contentLength);}circletype_v5_brand_name.style.fontSize=calculateFontSize(circletype_v5_brand_name.offsetWidth / 1.5, circletype_v5_brand_name.offsetHeight / 1.5, circletype_v5_brand_name.querySelector('.ahref_emprty_area').innerText) + 'px';const size = calculateFontSize(circletype_v5_brand_name.offsetWidth / 2, circletype_v5_brand_name.offsetHeight / 2, circletype_v5_brand_name.querySelector('.circle_badge_category').innerText);circletype_v5_brand_name.querySelector('.circle_badge_category').style.fontSize= size > 16 ? 16 : size + 'px';