feature/comparison-slider #19

Merged
ilia merged 129 commits from feature/comparison-slider into main 2026-02-02 09:23:46 +00:00
Showing only changes of commit 272c2c2d22 - Show all commits

View File

@@ -49,10 +49,6 @@ export function createCharacterComparison(
* Matches the Tailwind breakpoints used in the component.
*/
function getFontSize() {
// const fontSize = size();
// if (fontSize) {
// return fontSize;
// }
if (typeof window === 'undefined') {
return 64;
}