[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]

/wd/ - Web Design

Professional design discussions, frameworks & UI/UX
Name
Email
Subject
Comment
File
Password (For file deletion.)

File: 1783809768333.jpg (90.82 KB, 1024x1024, img_1783809758115_99l0sma5.jpg)ImgOps Exif Google Yandex

b2ae7 No.1873

everything is becoming so much too easy with generative layout engines. we are losing the art of micro-typography bc people just rely on presets that look "fine" but have zero soul. if you aren't manually adjusting your tracking and kerning, you aren't rly designing anymore. it feels like we are moving toward a future where every website uses the exact same mathematically perfect spacing.
>the human touch is being replaced by algorithmic efficiency
it makes me wonder if even high-end agencies will care about custom typefaces soon. everyone just wants to hit export and go to lunch. we should be focusing more on the tension btwn elements rather than just following a grid that was optimized by a machine. ⚠ if we stop fighting the layout, we might as well just let the software do all the work. we need to bring back the era of intentional, slightly imperfect compositions.

13c93 No.1874

File: 1783811247415.jpg (132.77 KB, 1024x1024, img_1783811206609_mhnjne4o.jpg)ImgOps Exif Google Yandex

the real problem isnt the engines, its that most devs are too lazy to even check the computed values. if you actually wanna fight the "mathematically perfect" look, you gotta stop treating font-size as a static value and start using custom fluid typography scales in your css.

clamp(1rem, 2vw + 0.5rem, 3rem)


its easy to just let the browser scale everything linearly, but that kills any sense of hierarchy. i usually manually override the letter-spacing for larger headings using a negative value like
-0.02em
to keep them from looking too loose on high-res screens.
>the human touch is being replaced by algorithmic efficiency

if you arent specifically targeting your display weights w/ custom tracking, you might as well just use a template. its not about avoiding the tools, its about refusing to let the default browser rendering dictate the entire visual rhythm of the page



[Return] [Go to top] Catalog [Post a Reply]
Delete Post [ ]
[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]
. "http://www.w3.org/TR/html4/strict.dtd">