<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Archives des UI Design - Blog UX</title>
	<atom:link href="https://blog-ux.com/en/category/ui-design-en/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog-ux.com/en/category/ui-design-en/</link>
	<description></description>
	<lastBuildDate>Fri, 20 Mar 2026 15:56:39 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://blog-ux.com/wp-content/uploads/2020/01/logo-blog-UX-48x48.png</url>
	<title>Archives des UI Design - Blog UX</title>
	<link>https://blog-ux.com/en/category/ui-design-en/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>From PC to mobile: how to adapt the interface of sports betting sites?</title>
		<link>https://blog-ux.com/en/from-pc-to-mobile-how-to-adapt-the-interface-of-sports-betting-sites/</link>
		
		<dc:creator><![CDATA[Louise]]></dc:creator>
		<pubDate>Fri, 20 Mar 2026 15:54:49 +0000</pubDate>
				<category><![CDATA[UI Design]]></category>
		<guid isPermaLink="false">https://blog-ux.com/?p=119150</guid>

					<description><![CDATA[Sports betting site interfaces represent a unique challenge in ergonomic engineering within today&#8217;s digital landscape. Unlike a traditional content site or an online store, a betting platform must manage a massive flow of real-time data while providing absolute responsiveness. Transitioning from the wide screen of a desktop computer to the restricted surface of a smartphone [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Sports betting site interfaces represent a unique challenge in ergonomic engineering within today&#8217;s digital landscape. Unlike a traditional content site or an online store, a betting platform must manage a massive flow of real-time data while providing absolute responsiveness. Transitioning from the wide screen of a desktop computer to the restricted surface of a smartphone cannot be summarized as a simple proportional reduction of elements.</p>
<h2>The transition from desktop to mobile: a paradigm shift</h2>
<p>On a desktop computer, the designer has a generous surface area allowing for the simultaneous display of the sports list, live events, the betting slip, and promotional banners. The user navigates with a mouse, a tool of surgical precision that allows for dense clickable areas, a layout often highlighted in an <a href="https://aerobet.com/en-ca">Aerobet review</a> for its comprehensive data density. When switching to mobile, this architecture collapses. Spatial constraints force drastic choices: what should be shown immediately and what should be hidden behind contextual menus?</p>
<p>The major challenge lies in managing informational density. A single football match can offer over two hundred betting variants (exact score, scorers, number of corners, etc.). On PC, these options are often displayed in large tables. On mobile, the design must adopt an accordion structure or a horizontal tab navigation system to avoid the effect of &#8220;scroll fatigue.&#8221; The goal is to reduce the cognitive load on the bettor who, often in the urgency of a live event, must find a specific odd without being distracted by secondary information.</p>
<h2>Tactile ergonomics at the service of execution speed</h2>
<p>The shift to touch controls requires rethinking the &#8220;comfort zone&#8221; of the hand. Unlike desktop navigation, mobile design for sports betting must place critical elements, such as the bet validation button or live access, within thumb&#8217;s reach. This is known as &#8220;thumb-friendly&#8221; design. If a user has to use both hands to finalize a bet, the interface has failed its mission of fluidity.</p>
<p><img decoding="async" class="aligncenter wp-image-119152 size-full" title="Infographie Tactile ergonomics at the service of execution speed" role="img" src="https://blog-ux.com/wp-content/uploads/2026/03/Infographie-Tactile-ergonomics-at-the-service-of-execution-speed.svg" alt="Infographie Tactile ergonomics at the service of execution speed" width="674" height="426" /></p>
<h3>Managing the retractable betting slip</h3>
<p>One of the most significant innovations in recent years is the floating or retractable betting slip (bet slip). On a desktop site, the slip is usually fixed in a column on the right, permanently visible. On a smartphone, it must remain discreet to make room for navigation while staying accessible in a single click. Designers often opt for a persistent bar at the bottom of the screen that indicates the number of current selections. A tap on this bar expands the slip to full screen, allowing the user to enter their stake and validate. This approach preserves visual space while keeping the primary conversion function within reach.</p>
<h3>Hierarchy through adaptive desig<b>n</b></h3>
<p>Responsive design is not just about moving blocks; it must also adapt the size of components. Odds buttons, for example, become large and spaced-out tactile targets to avoid selection errors. In the context of live betting, these buttons must also integrate clear visual indicators (green or red arrows) to signal changes in odds without the user needing to refresh the page. The use of micro-animations then becomes an essential communication tool to keep the player informed of the market status.</p>
<h2>Comparison of interface elements by device</h2>
<p>To better understand the evolution of components, it is helpful to visualize how major features are redistributed between the two types of screens.</p>
<table style="height: 10px; width: 100%;" border="1px" cellpadding="20px">
<tbody>
<tr>
<td style="text-align: center; background-color: #f92c8b;"><span style="color: #ffffff;"><b>Element</b></span></td>
<td style="text-align: center; background-color: #f92c8b;"><span style="color: #ffffff;"><b>Desktop interface</b></span></td>
<td style="text-align: center; background-color: #f92c8b;"><span style="color: #ffffff;"><b>Mobile interface</b></span></td>
</tr>
<tr>
<td><b>Sports menu</b></td>
<td>Fixed left sidebar</td>
<td>Hamburger menu or horizontal icons</td>
</tr>
<tr>
<td><b>Bet placement</b></td>
<td>Always visible side window</td>
<td>Retractable overlay or bottom bar</td>
</tr>
<tr>
<td><b>Video streaming</b></td>
<td>Large central integrated window</td>
<td>Floating player or full-screen mode</td>
</tr>
</tbody>
</table>
<h2></h2>
<h2>Technical optimization for responsive design</h2>
<p>Beyond the visual aspect, adapting a sports betting site to mobile relies on a robust technical infrastructure. Loading speed is a decisive conversion factor. A bettor wishing to wager on the end of a match will not tolerate a three-second loading delay. The design must therefore be lightweight, prioritizing CSS code and vector icons (SVG) over heavy images that consume bandwidth.</p>
<p>The use of technologies such as Progressive Web Apps (PWA) allows for simulating a native application experience while staying within the mobile browser. This offers benefits such as intelligent resource caching and the ability to send push notifications to inform the player of a win or an upcoming match. This convergence between web and app is the pinnacle of successful responsive design in the gaming industry.</p>
<h2>The challenges of real-time data display</h2>
<p>One of the biggest obstacles for mobile design is the display of detailed statistics. Modern bettors rely on possession data, shots on target, and team lineups to make their decisions. On a desktop screen, these charts can be displayed alongside the odds. On mobile, the design must often hide this data behind an &#8220;info&#8221; icon or use swipe gestures to toggle between odds and statistics. The difficulty is maintaining visual consistency so that the user never feels lost during these rapid transitions.</p>
<ul>
<li style="font-weight: 400;" aria-level="1">Prioritize the most popular sports at the top of the mobile screen via a favorites menu.</li>
<li style="font-weight: 400;" aria-level="1">Use highly legible typefaces, even at small sizes, for odds numbers.</li>
<li style="font-weight: 400;" aria-level="1">Implement a dark mode to reduce eye strain during night sessions.</li>
</ul>
<h2>The future of the nomadic user experience</h2>
<p>Adapting the interface of sports betting sites from PC to mobile is no longer an option, but the very foundation of an operator&#8217;s survival. The future lies in even deeper personalization, where the responsive interface does not just adapt to screen size, but also to the player&#8217;s consumption habits. By simplifying pathways, optimizing speed, and respecting the codes of tactile ergonomics, platforms turn a technical constraint into a true loyalty lever, offering a fluid experience that erases the boundary between the office and mobility.</p>
<h2>FAQ</h2>
<h3>Why does the side menu disappear on mobile?</h3>
<p>To maximize the central space dedicated to odds, the side menu is generally replaced by a &#8220;hamburger&#8221; menu or a navigation bar located at the top or bottom of the screen.</p>
<h3>Is the loading time longer on a smartphone?</h3>
<p>Normally no, as mobile versions use optimized assets and lightweight scripts to ensure optimal responsiveness, even on 4G or 5G connections.</p>
<h3>Can we watch live matches on the mobile interface?</h3>
<p>Yes, modern interfaces integrate adaptive video players that resize or switch to full screen to provide a comfortable viewing experience.</p>
<h3>Are all betting options available on mobile?</h3>
<p>The goal of responsive design is to offer 100% of the markets available on PC, although their visual organization is different to avoid clutter.</p>
<h3>Is the betting slip automatic?</h3>
<p>On most mobile sites, clicking on an odd automatically adds the selection to a floating slip that remains accessible with a simple gesture at the bottom of the page.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>UX/UI Trends 2026: The New Rules of Design</title>
		<link>https://blog-ux.com/en/ux-ui-trends-2026-the-new-rules-of-design/</link>
		
		<dc:creator><![CDATA[Louise]]></dc:creator>
		<pubDate>Wed, 11 Feb 2026 10:53:51 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[UI Design]]></category>
		<category><![CDATA[UX Design]]></category>
		<guid isPermaLink="false">https://blog-ux.com/?p=118498</guid>

					<description><![CDATA[The key takeaway: UX is shifting from the attention economy to the economy of intention. Generative interfaces and AI agents are replacing static navigation, prioritizing resolution velocity over time spent. This major transformation redefines the creator&#8217;s role as an architect of ethical systems. To understand these crucial stakes, analyze the report The State of UX. [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>The key takeaway: UX is shifting from the attention economy to the economy of <strong>intention</strong>. Generative interfaces and AI agents are <strong>replacing static navigation</strong>, prioritizing resolution velocity over time spent. This major transformation redefines the creator&#8217;s role as an <strong>architect of ethical systems</strong>. To understand these crucial stakes, analyze the report <a href="https://trends.uxdesign.cc/" target="_blank" rel="noopener">The State of UX</a>.</p>
<h2>Why analyze UX/UI Design trends?</h2>
<p>Faced with the rapid advent of autonomous agents, your approach to design risks obsolescence if you ignore the 2026 UI/UX trends already transforming the sector. This dossier decrypts the shift toward the intention economy, where agentic UX and generative interfaces dictate new standards for human-machine interaction. Identify how resolution velocity replaces engagement and discover why the <strong>designer must now act as a system governor</strong> to master these post-AI aesthetics.</p>
<table style="height: 10px; width: 100%; border-collapse: collapse;" cellpadding="50px">
<tbody>
<tr>
<td style="width: 100%; background-color: #beeefa; border-radius: 15px;">
<h3 data-path-to-node="0"><span style="color: #000000; font-size: 18pt;">Key points to remember </span></h3>
<ul>
<li><b>Agentic UX:</b> The user no longer searches; they <b>delegate</b>. Success is measured by <b>resolution velocity</b> rather than time spent on the site.</li>
<li><b>GenUI (Generative Interfaces):</b> The end of frozen screens. AI generates personalized <b>liquid layouts</b> in real-time. The designer becomes the <b>Design System Governor</b>.</li>
<li><b>Trust Design:</b> Integration of <b>ethical friction</b> (slowing down for high-stakes actions) and total transparency regarding AI decisions.</li>
<li><b>Aesthetic Duality:</b> The cohabitation of <b>Liquid Glass</b> (spatial and immersive) and <b>Neo-Brutalism 2.0</b> (raw and human) to counter the &#8220;smoothness&#8221; of AI.</li>
<li><b>Multimodal Interaction:</b> Widespread use of <b>gaze, voice, and gesture</b> control, erasing the limits of the flat screen.</li>
<li><b>Responsible Ecosystem:</b> Priority given to <b>Green UX</b> (energy sobriety) and legal <b>Compliance UX</b> from the design stage.</li>
</ul>
</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<h2 id="l-ux-agentique-la-fin-de-la-recherche-telle-que-nous-la-connaissons">Agentic UX: The end of search as we know it</h2>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-118376 size-full" title="01 Infographic - UI UX trends 2026 - Agentic UX" src="https://blog-ux.com/wp-content/uploads/2026/01/01-Infographie-tendances-UI-UX-2026-UX-agentique.jpg" alt="01 Infographic - UI UX trends 2026 - Agentic UX" width="1082" height="515" srcset="https://blog-ux.com/wp-content/uploads/2026/01/01-Infographie-tendances-UI-UX-2026-UX-agentique.jpg 1082w, https://blog-ux.com/wp-content/uploads/2026/01/01-Infographie-tendances-UI-UX-2026-UX-agentique-980x466.jpg 980w, https://blog-ux.com/wp-content/uploads/2026/01/01-Infographie-tendances-UI-UX-2026-UX-agentique-480x228.jpg 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1082px, 100vw" /></p>
<h3 id="de-la-recherche-a-la-delegation-un-changement-de-paradigme">From search to delegation: A paradigm shift</h3>
<p>Forget the classic search bar. With agentic UX, the user no longer searches; they delegate a complex mission to an autonomous AI. This is a radical shift: moving from <strong>passive interaction to active human-machine collaboration</strong>. We are leaving the attention economy, which sought to captivate us, to enter the intention economy. The goal? <strong>To solve the user&#8217;s problem as quickly as possible</strong>. The interface is no longer a final destination where one lingers, but a <strong>mere starting point for action</strong>.</p>
<h3 id="les-cartes-de-proposition-nouvelle-brique-de-l-interaction">Proposal cards, the new building block of interaction</h3>
<p>No more endless lists of blue links. &#8220;Proposal cards&#8221; display <strong>concrete solutions, pre-processed by AI</strong>. They are no longer results, but action plans. Imagine: for &#8220;organizing a weekend in Lisbon,&#8221; the AI <strong>generates a unique card combining flights, hotels, and activities</strong>. Everything is ready; all that remains is to validate the package. The designer must sculpt these cards so they remain clear and editable. <a href="https://blog-ux.com/ux-agentique-tendances-et-conception/">The secrets of agentic UX</a> are at the heart of this new approach, ensuring that <strong>the user maintains control over the generated proposal</strong>.</p>
<h3 id="l-impact-sur-les-metriques-adieu-le-time-on-site">The impact on metrics: Farewell to &#8220;time on site&#8221;</h3>
<p>Old metrics like time spent on site or page views <strong>are becoming obsolete</strong>. Worse, they are now counterproductive for evaluating a successful experience.</p>
<p>A new star is emerging among the 2026 UI/UX trends: &#8220;<strong>resolution velocity</strong>.&#8221; The sole objective is to measure the raw speed with which the user&#8217;s intention is satisfied.</p>
<blockquote><p>In 2026, the success of an interface will no longer be measured by the time spent on it, but by the speed at which it can be forgotten because our problem was solved.</p></blockquote>
<p>This shift forces companies to completely rethink their value model. It is now necessary to <strong>monetize pure efficiency</strong> rather than chasing advertising engagement or artificial retention.</p>
<h2 id="les-interfaces-generatives-le-design-juste-a-temps-devient-la-norme">Generative interfaces: Just-in-time design becomes the norm</h2>
<h3 id="qu-est-ce-qu-une-interface-generative-genui">What is a Generative Interface (GenUI)?</h3>
<p>GenUI dominates 2026 UI/UX trends by marking a rupture where the interface is no longer a static artifact. Instead of drawing fixed screens, the system <strong>assembles components in real-time</strong> according to the precise context. This is referred to as a &#8220;liquid layout&#8221; where buttons and text reorganize instantly. AI determines if a form is necessary or which fields to display, <strong>adapting the layout to the exact intention</strong>. Thus, each user receives a <strong>unique interface, perfectly tailored to their immediate need</strong>. Variability replaces standardized uniformity.</p>
<p><iframe loading="lazy" title="GenUI: AI-Generated Interfaces" width="1080" height="608" src="https://www.youtube.com/embed/4pbYHXAe7Tg?feature=oembed"  allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<h3 id="le-role-du-gouverneur-de-design-system">The role of the &#8220;Design System Governor&#8221;</h3>
<p>The designer no longer draws fixed screens for predictable scenarios. Their role evolves radically toward that of a &#8220;Design System Governor,&#8221; a true strategic conductor. They define the strict rules and atomic components that the AI will manipulate. They are the one who encodes the experiential logic and ethical constraints. They become the architect of the global system. They no longer paint pixels; they <strong>design the structure</strong>. Proper <a href="https://blog-ux.com/maintenance-du-design-system-cle-pour-un-roi-optimal/">design system maintenance</a> then becomes the <strong>cornerstone of the entire user experience</strong>. It is the sine qua non condition for ensuring the consistency of these automated assemblies.</p>
<h3 id="comparaison-design-traditionnel-vs-design-generatif">Comparison: Traditional design vs. Generative design</h3>
<p>To grasp the scale of this paradigm shift, let&#8217;s observe the <strong>fundamental differences</strong>. This table summarizes the transition.</p>
<table style="height: 138px; width: 100%;" border="1px" cellpadding="20px">
<tbody>
<tr style="height: 23px;">
<th style="height: 23px; background-color: #f92c8b;"><span style="color: #ffffff;">Criterion</span></th>
<th style="height: 23px; background-color: #f92c8b;"><span style="color: #ffffff;">Traditional Paradigm (until 2025)</span></th>
<th style="height: 23px; background-color: #f92c8b;"><span style="color: #ffffff;">Generative Paradigm (from 2026)</span></th>
</tr>
<tr style="height: 23px;">
<td style="height: 23px;">Design Process</td>
<td style="height: 23px;">Static screen design (mockups)</td>
<td style="height: 23px;">Design of systems and rules</td>
</tr>
<tr style="height: 23px;">
<td style="height: 23px;">Final Product</td>
<td style="height: 23px;">A finite set of identical screens for everyone</td>
<td style="height: 23px;">An infinity of unique and dynamic interfaces</td>
</tr>
<tr style="height: 23px;">
<td style="height: 23px;">Designer Role</td>
<td style="height: 23px;">Mockup creator</td>
<td style="height: 23px;">System Governor</td>
</tr>
<tr style="height: 23px;">
<td style="height: 23px;">Success Metric</td>
<td style="height: 23px;">Engagement, time spent</td>
<td style="height: 23px;">Resolution velocity, task success</td>
</tr>
<tr style="height: 23px;">
<td style="height: 23px;">Personalization</td>
<td style="height: 23px;">Limited (user segments)</td>
<td style="height: 23px;">Real-time individual hyper-personalization</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<h2 id="le-design-de-confiance-entre-friction-ethique-et-transparence-de-l-ia">Trust design: Between ethical friction and AI transparency</h2>
<p>However, giving so much power to autonomous AI raises a fundamental question: how can we trust them? The answer lies in <strong>intentionally thoughtful design.</strong></p>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-118378 size-full" title="Infographic - UI UX trends 2026 - trust design" role="img" src="https://blog-ux.com/wp-content/uploads/2026/01/Infographie-tendances-UI-UX-2026-design-de-confiance.svg" alt="Infographic - UI UX trends 2026 - trust design" width="1048" height="464" /></p>
<h3 id="la-friction-ethique-ralentir-pour-mieux-decider">Ethical friction: Slowing down to decide better</h3>
<p>We often praise absolute fluidity, but introducing ethical friction changes the game. This is the paradoxical idea of <strong>voluntarily adding steps or delays</strong> in a user journey to break the click automation. Why impose this slowdown? For high-stakes actions, such as deleting an account or validating an important transfer, <strong>friction forces reflection and prevents costly errors</strong> before they become irreversible. In the face of deepfakes, <strong>doubt sets in</strong>. This is the &#8220;Cost of Hesitation,&#8221; <a href="https://www.accenture.com/us-en/insights/song/accenture-life-trends" target="_blank" rel="noopener">a trend analyzed by Accenture Song</a>: users now demand tangible guarantees before committing.</p>
<h3 id="transparence-et-explicabilite-les-exigences-d-une-ia-centree-sur-l-humain">Transparency and explainability: Requirements for human-centered AI</h3>
<p>Trust comes through understanding. Users in 2026 will demand to know why an AI made a decision on their behalf. <strong>The era of opaque &#8220;black boxes&#8221; is definitively over</strong>. Design must therefore integrate simple explainability (XAI) elements. A phrase like &#8220;We suggest this because you liked that&#8221; is often enough to <strong>defuse mistrust</strong>. It is also a <strong>weapon against misinformation</strong>, a key UX challenge for 2026—a concern highlighted by the <a href="https://www.technologyreview.com/" target="_blank" rel="noopener">MIT Technology Review</a> to secure our digital interactions.</p>
<h3 id="les-principes-cles-pour-designer-la-confiance">Key principles for designing trust</h3>
<p>To build this trust, <strong>several design principles are emerging as standards</strong>.</p>
<ul>
<li>User Control: Always offer an <strong>exit strategy or the ability to cancel</strong> an AI action.</li>
<li><strong>&#8220;Sandbox Mode&#8221;</strong>: Allow testing of AI proposals without real consequences.</li>
<li><strong>Clear Feedback</strong>: Explicitly indicate when an AI is at work and what it is doing.</li>
<li><strong>Verifiable Sources</strong>: Cite the information sources used by the AI to generate a response.</li>
</ul>
<h2 id="esthetiques-post-ia-du-liquid-glass-au-neo-brutalisme-2-0">Post-AI aesthetics: From liquid glass to neo-brutalism 2.0</h2>
<p>Now that logic and trust are established, what will the face of our interfaces look like? <strong>Two major, almost opposing, aesthetic trends are taking shape</strong>.</p>
<h3 id="le-liquid-glass-et-la-continuite-spatiale">Liquid glass and spatial continuity</h3>
<p>Liquid Glass goes beyond a simple visual effect to offer a <strong>living and reactive material</strong>. It is a striking evolution of glassmorphism that uses active transparencies, fluid distortions, and palpable depth, literally transforming the screen into a liquid surface. This visual approach is directly rooted in immersive extended reality (XR) interfaces. It breaks rigid frames to establish <strong>absolute and natural spatial continuity</strong> between the different elements of the UI. The ultimate goal is to <strong>sculpt a more organic interface</strong>, much less rigid, that fosters total immersion for the user.</p>
<h3 id="le-retour-de-l-authenticite-le-neo-brutalisme-2-0">The return of authenticity: Neo-brutalism 2.0</h3>
<p>Neo-Brutalism 2.0 is emerging today as a <strong>fierce and necessary counter-trend</strong>. It is a direct reaction to the overly smooth, sometimes clinical aesthetic now associated with mass-generated visual productions from artificial intelligence. It is defined by bold typography, striking colors, deconstructed grids, and a raw &#8220;hand-made&#8221; authenticity. Here, <strong>imperfection becomes an essential trademark</strong>, a sincere guarantee of humanity that reassures the user. It is, above all, a <strong>quest for honesty and strong character</strong> in a digital world that feels increasingly sanitized.</p>
<p><iframe loading="lazy" title="Neo Brutalism Design Is Trending! 👀 Step-By-Step Tutorial" width="1080" height="608" src="https://www.youtube.com/embed/BNEtT_76CxY?feature=oembed"  allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<h3 id="le-skeuomorphisme-leger-un-besoin-de-tactilite">Light skeuomorphism: A need for tactility</h3>
<p>Skeuomorphism is not dead; it is making a strategic comeback in a much more subtle form: light skeuomorphism, one of the 2026 UI/UX trends to watch. It is no longer about crudely imitating reality as before, but about adding fine drop shadows, discrete textures, or precise micro-interactions that give elements a <strong>reassuring physicality</strong>. It is a touch of tangible matter in the pixel. The goal is to <strong>make interfaces intuitive</strong> by capitalizing on our understanding of the physical world. For inspiration, check out this <a href="https://blog-ux.com/inspiration-ui-design-10-plateformes-pour-designers-ux-ui/">top 10 UI inspiration sites</a>.</p>
<h3>Example of Neo-brutalist interfaces: New-York Magazine (Vulture)</h3>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-118379 size-full" title="UI UX trends neo brutalism - ny magazine - vulture" src="https://blog-ux.com/wp-content/uploads/2026/01/Tendances-UI-UX-neo-brutalisme-ny-magazine-vulture.jpg" alt="UI UX trends neo brutalism - ny magazine - vulture" width="800" height="476" srcset="https://blog-ux.com/wp-content/uploads/2026/01/Tendances-UI-UX-neo-brutalisme-ny-magazine-vulture.jpg 800w, https://blog-ux.com/wp-content/uploads/2026/01/Tendances-UI-UX-neo-brutalisme-ny-magazine-vulture-480x286.jpg 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 800px, 100vw" /></p>
<p data-path-to-node="6">Vulture adapts this style to the world of entertainment:</p>
<ul>
<li data-path-to-node="7,0,0"><b data-path-to-node="7,0,0" data-index-in-node="0">Visible codes:</b> The interface often uses <b data-path-to-node="7,0,0" data-index-in-node="53">flat primary colors</b> (like Vulture yellow or electric red) to highlight categories.</li>
<li data-path-to-node="7,1,0"><b data-path-to-node="7,1,0" data-index-in-node="0">The Neo-brutalist effect:</b> Navigation is direct, with very pronounced grids and category tags displayed in a very raw manner, without rounded corners or modern transparency effects.</li>
</ul>
<h2 id="les-interfaces-multimodales-et-la-continuite-spatiale">Multimodal interfaces and spatial continuity</h2>
<p><img loading="lazy" decoding="async" class="wp-image-118380 aligncenter" title="UI UX trends - multimodal interfaces" src="https://blog-ux.com/wp-content/uploads/2026/01/tendances-UI-UX-interface-multimodales.jpg" alt="UI UX trends - multimodal interfaces" width="700" height="700" srcset="https://blog-ux.com/wp-content/uploads/2026/01/tendances-UI-UX-interface-multimodales.jpg 700w, https://blog-ux.com/wp-content/uploads/2026/01/tendances-UI-UX-interface-multimodales-480x480.jpg 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 700px, 100vw" /></p>
<h3 id="au-dela-du-clic-la-voix-le-regard-le-geste">Beyond the click: Voice, gaze, gesture</h3>
<p><strong>Multimodal interfaces</strong> are now becoming the inescapable standard for any serious designer. Users drive their experience through voice, eye tracking, or precise spatial gestures, such as the famous &#8220;Gaze-and-Pinch&#8221; popularized by Apple. The physical keyboard is gradually fading in favor of fluid interaction. The immediate benefit lies in an <strong>interaction that is much more natural, fast, and instinctive</strong> for the human brain. It is also a major breakthrough for accessibility, as these systems finally adapt to the constraints of people with disabilities. The challenge for design is to orchestrate these input modes without creating confusion. We must <strong>ensure perfect consistency</strong>.</p>
<h3 id="l-influence-de-la-xr-sur-le-design-web-et-mobile">The influence of XR on web and mobile design</h3>
<p>You don&#8217;t need an expensive headset to feel this major paradigm shift. The <strong>fundamental principles of XR (extended reality) are durably infiltrating classic 2D design</strong>. We are witnessing the <strong>advent of Spatial UI</strong> where elements leave the flat plane to gain volume. Interfaces integrate real depth, logical overlays, and animations simulating movement in a tangible 3D space. The screen becomes a window into a deep world. This approach makes <strong>navigation significantly more intuitive</strong> by mimicking real physics. It establishes an immediate visual hierarchy.</p>
<h3 id="des-robots-humanoides-a-l-adaptation-biometrique">From humanoid robots to biometric adaptation</h3>
<p>Looking toward an even more forward-looking trend: direct interaction with autonomous physical agents. The <a href="https://www.technologyreview.com/" target="_blank" rel="noopener">MIT Technology Review</a> identifies <strong>humanoid robots as the &#8220;next frontier of AI,&#8221;</strong> and this changes everything. It is a disruption for our professions. This opens an unprecedented field for UX: how to design human-robot exchanges that remain safe? We must define <strong>socially acceptable and predictable interactions</strong> to avoid rejection. Biometric adaptation is also arriving, where the UI adjusts itself based on your stress level. <strong>The interface becomes empathetic and reactive</strong>.</p>
<h2 id="l-ecosysteme-responsable-ux-de-conformite-et-design-durable">The responsible ecosystem: Compliance UX and sustainable design</h2>
<p>These new interactions and aesthetics do not float in a vacuum. They are framed by <strong>increasingly strong constraints</strong>: legal, ethical, and environmental.</p>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-118381 size-full" title="Infographic - UI UX trends 2026 - compliance UX and sustainable design" role="img" src="https://blog-ux.com/wp-content/uploads/2026/01/Infographie-tendances-UI-UX-2026-UX-de-conformite-et-design-durable.svg" alt="Infographic - UI UX trends 2026 - compliance UX and sustainable design" width="783" height="640" /></p>
<h3 id="l-ux-de-conformite-et-l-effet-bruxelles">Compliance UX and the &#8220;Brussels Effect&#8221;</h3>
<p>One of the most striking 2026 trends is the <strong>emergence of Compliance UX</strong>. Design no longer responds only to user or business needs but now obeys the law. This is a new fundamental constraint that redefines our priorities. It is the perfect illustration of the &#8220;Brussels Effect&#8221;: <strong>strict European regulations [&#8230;] quickly becoming global standards</strong>. Companies must adapt or face heavy sanctions.</p>
<blockquote><p>In 2026, accessibility and ethics will no longer be options. They will be legal prerequisites shaping design from the very first line of code.</p></blockquote>
<h3 id="le-green-ux-concevoir-pour-la-planete">Green UX: Designing for the planet</h3>
<p>Green UX or sustainable design is essential for creating <strong>digital services that are significantly less energy-intensive and climate-friendly</strong>.</p>
<ul>
<li><strong>Resource Optimization</strong>: Compressing images into WebP, using lightweight system fonts, and limiting unnecessary third-party scripts.</li>
<li><strong>Functional Sobriety</strong>: Questioning the real relevance of each feature and evaluating its &#8220;carbon cost&#8221; before any development.</li>
<li><strong>Dark Mode by Default</strong>: Drastically reducing energy consumption on OLED screens, a strong user expectation.</li>
<li>Transparency for the User: <strong>Displaying the carbon footprint</strong> of a specific action (e.g., choosing to &#8220;watch in HD&#8221; vs. &#8220;in SD&#8221;).</li>
<li><strong>Green Hosting</strong>: Systematically choosing certified hosts that use renewable energy for their servers.</li>
</ul>
<h3 id="le-design-pour-l-appartenance-et-l-equite">Design for belonging and equity</h3>
<p>We must go beyond technical accessibility to talk about social inclusion with &#8220;Design for Belonging.&#8221; This approach aims to <strong>reduce systemic exclusion</strong>, which is often invisible in our interfaces. Its goal is to create experiences where <strong>everyone feels welcome, respected, and represented</strong>, regardless of their background, identity, or abilities. It is a powerful lever for building trust. This approach is promoted by institutions like the <a href="https://dschool.stanford.edu/" target="_blank" rel="noopener">Stanford d.school</a>, which has become a <strong>key reference</strong> on the subject.</p>
<h2 id="vers-un-design-centre-sur-l-intention-nouvelles-metriques-nouveaux-roles">Toward intention-centered design: New metrics, new roles</h2>
<p>All these evolutions—technological, aesthetic, ethical—converge toward a <strong>profound transformation of the design profession and product strategy</strong>.</p>
<h3 id="la-calm-technology-et-le-minimalisme-fonctionnel">&#8220;Calm technology&#8221; and functional minimalism</h3>
<p>&#8220;Calm Technology&#8221; is emerging as a necessary response to digital saturation. This approach aims to <strong>design tools that respect our limited attention</strong> instead of constantly soliciting it through constant interruptions. This philosophy aligns with the &#8220;Social Rewilding&#8221; phenomenon identified by <a href="https://www.accenture.com/us-en/insights/song/accenture-life-trends" target="_blank" rel="noopener">Accenture</a>. Users now seek to disconnect to <strong>prioritize real experiences</strong>, and design must support this need for texture rather than fight it.</p>
<p>Concretely, this translates into a <strong>drastic reduction in notifications</strong>, more silence, and minimalism centered on essential function.</p>
<p><iframe loading="lazy" title="Designing Calm Technology with Amber Case" width="1080" height="608" src="https://www.youtube.com/embed/clxm5qW3pao?feature=oembed"  allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<h3 id="product-management-3-0-et-convergence-des-roles">Product management 3.0 and role convergence</h3>
<p>Product strategy is also evolving radically. Product Management 3.0 no longer separates disciplines but <strong>integrates UX, technology, and business imperatives</strong> from the initial design phase. We are observing a marked pivot toward a &#8220;Profit-First&#8221; model. Sustainable economic viability now takes precedence over growth at any cost, forcing designers to justify the commercial impact of every pixel. This requirement erases traditional silos. The boundary between <a href="https://blog-ux.com/pourquoi-le-design-produit-et-lux-convergent-aujourdhui-nouvelles-competences-et-parcours-de-formation/">product design and UX</a> is becoming increasingly blurred, <strong>creating hybrid profiles</strong> capable of navigating between technique and strategy.</p>
<h3 id="se-former-et-s-adapter-les-competences-cles-pour-2026">Training and adapting: Key skills for 2026</h3>
<p>To stay relevant, the designer of 2026 must <strong>acquire new skills</strong>, far beyond simple design tools. Technical mastery is no longer enough in the face of current strategic demands.</p>
<p>To measure the scale of the change, one only needs to compare these new requirements with the <a href="https://blog-ux.com/tendances-ux-ui-design-2025/">UX/UI trends of 2025</a>.</p>
<p>Here are the <strong>indispensable skills to master</strong> these trends:</p>
<ul>
<li><strong>Systems Thinking</strong>: Designing rule systems, not just screens.</li>
<li><strong>AI Governance</strong>: Understanding and steering AI models.</li>
<li><strong>Ethical and Legal Design</strong>: Integrating compliance and responsibility constraints.</li>
<li><strong>Cognitive Psychology</strong>: Anticipating human reactions to autonomous agents.</li>
<li><strong>Multimodal Prototyping</strong>: Mastering tools to test voice, gesture, etc., experiences.</li>
</ul>
<h2 id="pour-approfondir-les-analyses-de-reference-sur-le-futur-de-l-ux">To go further: Reference analyses on the future of UX</h2>
<p>This overview paints a picture of the future. For those who want to dive deeper into these topics, here are the <strong>authoritative sources and analyses</strong>.</p>
<h3>Fundamental reports and articles</h3>
<p>The trends presented here are the result of a <strong>synthesis of several forward-looking analyses</strong> conducted by industry experts. They bring together varied visions to anticipate major developments.</p>
<ul>
<li>For an annual overview, the report <a href="https://trends.uxdesign.cc/" target="_blank" rel="noopener">The State of UX in 2025</a> by UX Collective is a starting point.</li>
<li>Tanmay Vatsa&#8217;s analysis on Medium, <a href="https://medium.com/@tanmayvatsa1507/2026-ux-ui-design-trends-that-will-be-everywhere-0cb83b572319" target="_blank" rel="noopener">&#8220;2026 UX/UI Design Trends That Will Be Everywhere&#8221;</a>, offers a <strong>complementary perspective</strong>.</li>
<li>The <strong>Nielsen Norman Group viewpoint</strong> is always essential, found in their article <a href="https://www.nngroup.com/articles/state-of-ux-2026/" target="_blank" rel="noopener">&#8220;State of UX, 2026&#8221;</a>.</li>
<li>For structural changes, the article <a href="https://uxdesign.cc/10-ux-design-shifts-you-cant-ignore-in-2026-8f0da1c6741d" target="_blank" rel="noopener">&#8220;10 UX Design Shifts You Can’t Ignore in 2026&#8221;</a> is particularly enlightening.</li>
<li><strong>Another synthetic vision</strong> is proposed by Punit Chawla: <a href="https://medium.com/@punitweb/ux-ui-design-trends-for-2026-from-ai-to-xr-to-vibe-creation-7c5f8e35dc1d" target="_blank" rel="noopener">&#8220;UX/UI Design Trends for 2026&#8221;</a>.</li>
<li>Finally, the Orizon agency <strong>offers its top 10</strong> in <a href="https://www.orizon.co/blog/10-ui-ux-trends-that-will-shape-2026" target="_blank" rel="noopener">&#8220;10 UI/UX Trends That Will Shape 2026&#8221;</a>.</li>
</ul>
<p>The year 2026 marks a decisive turning point where <strong>agentic UX and generative interfaces redefine digital interaction</strong>. Beyond new aesthetics like Liquid Glass, it is <strong>ethics and sustainability that now guide design</strong>. Design is no longer an end in itself, but a <strong>strategic lever serving user intention</strong>.</p>
<h2>FAQ</h2>
<h3>What are the main UX/UI trends that will define 2026?</h3>
<p>The year 2026 is characterized by a <strong>deep transformation driven by artificial intelligence</strong>. Major trends include Agentic UX, where the user delegates tasks to autonomous agents, and Generative Interfaces (GenUI), which are built in real-time according to context. There is also a strong demand for ethical and transparent design, as well as contrasting aesthetics ranging from immersive &#8220;Liquid Glass&#8221; to authentic Neo-brutalism.</p>
<h3>What is Agentic UX and how does it change navigation?</h3>
<p>Agentic UX represents the shift from an attention economy to an intention economy. Concretely, the user no longer navigates to search for information but entrusts a complex mission to an AI (like organizing an entire trip). The interface evolves to present <strong>&#8220;proposal cards&#8221;</strong>—turnkey solutions generated by the agent that the user only needs to validate or adjust.</p>
<h3>What are Generative Interfaces (GenUI)?</h3>
<p>A generative interface, or GenUI, breaks with the concept of pre-designed static screens. It is a <strong>fluid interface assembled on the fly by artificial intelligence</strong> to respond specifically to the user&#8217;s need at that exact moment. Using &#8220;liquid layouts,&#8221; components reorganize dynamically, offering a hyper-personalized and unique experience for each individual.</p>
<h3>How is the UX designer&#8217;s role evolving toward that of a &#8220;system governor&#8221;?</h3>
<p>With AI automating screen production, the designer no longer draws every pixel. They become an <strong>architect or a design system governor</strong>. Their mission is to define the rules, ethical constraints, and atomic components that the AI will use. They focus on the structure, logic, and supervision of the system to ensure a consistent and human experience.</p>
<h3>Why is &#8220;resolution velocity&#8221; replacing time spent on site?</h3>
<p>In a context where AI solves the user&#8217;s problems, keeping them on a site for a long time is no longer a sign of success, but potentially of inefficiency. The new key metric is resolution velocity: it measures the speed at which the user&#8217;s intention is satisfied. The goal is to provide the solution as quickly as possible to free the user.</p>
<h3>What are the new visual aesthetics expected for 2026?</h3>
<p><strong>Two visual currents oppose and complement each other</strong>. On one side, Liquid Glass, influenced by extended reality (XR), offers fluid, transparent, and spatial interfaces. On the other, Neo-Brutalism 2.0 is making a strong comeback with imperfect designs, bold typography, and striking colors, seeking to prove the authenticity and humanity of content in the face of smooth AI creations.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Choose the right font size for your online text</title>
		<link>https://blog-ux.com/en/choose-the-right-font-size-for-your-online-text/</link>
		
		<dc:creator><![CDATA[Philippe]]></dc:creator>
		<pubDate>Tue, 03 Feb 2026 17:33:35 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[UI Design]]></category>
		<guid isPermaLink="false">https://blog-ux.com/?p=118415</guid>

					<description><![CDATA[With the advent of new digital devices, we are faced with a multitude of screen resolutions and pixel densities. In this article, we will explore the different solutions that will help you choose the ideal font size based on pixel density (DPI). Factors affecting font readability Unlike paper, fonts displayed on a screen can appear [&#8230;]]]></description>
										<content:encoded><![CDATA[<blockquote><p>With the advent of new digital devices, we are faced with a multitude of screen resolutions and pixel densities. In this article, we will explore the different solutions that will help you choose the ideal font size based on pixel density (DPI).</p></blockquote>
<h2>Factors affecting font readability</h2>
<p>Unlike paper, fonts displayed on a screen can appear differently from one device to another, or even from one screen to another. Several factors influence how fonts are displayed:</p>
<h3>1. Pixel Density (PPI/DPI)</h3>
<p>Pixel density (Pixels Per Inch) defines the <b>sharpness</b> of the rendering.</p>
<ul>
<li style="font-weight: 400;" aria-level="1"><b>The aliasing challenge:</b> On a low-density screen, the curves of letters can appear &#8220;jagged&#8221; (staircase effect). High-density screens (Retina, Quad HD) allow for thinner or lighter fonts without them disappearing or becoming blurry.</li>
<li style="font-weight: 400;" aria-level="1"><b>The relative unit:</b> Because of this variation, logical pixels (or dp on Android, pt on iOS) are used rather than physical pixels to ensure that text maintains the same visual size everywhere.</li>
</ul>
<h3>2. Screen Resolution</h3>
<p>More than just a simple multiplication, resolution influences the <b>available workspace</b>.</p>
<ul>
<li style="font-weight: 400;" aria-level="1"><b>Size ratio:</b> On a low resolution, a 16px font will take up a huge amount of screen space, limiting the number of words per line. On a 4K screen, this same font can become unreadable because it is tiny if not scaled properly.</li>
<li style="font-weight: 400;" aria-level="1"><b>Rendering context:</b> Resolution often determines whether the user will see your text in a single or multi-column layout.</li>
</ul>
<h3>3. Reading Distance</h3>
<p>This is the factor that dictates the <b>minimum usable size</b>.</p>
<ul>
<li style="font-weight: 400;" aria-level="1"><b>Viewing angle:</b> The further the eye is, the larger the letter must be to occupy the same visual angle.</li>
<li style="font-weight: 400;" aria-level="1"><b>Mobile vs. Desktop hierarchy:</b> On mobile (30 cm), slightly smaller fonts (e.g., 14px) are acceptable because the screen is close. On a television (&#8220;10-foot UI&#8221; usage), the text must be massive to remain legible.</li>
</ul>
<h3>4. Font Composition (Anatomy)</h3>
<p>The anatomy of a letter directly impacts the speed of recognition by the brain.</p>
<ul>
<li style="font-weight: 400;" aria-level="1"><b>The importance of X-height:</b> At the same size, a font with a large X-height (like Helvetica or Verdana) will appear larger and be more readable on screen than a font with a small X-height (like Garamond).</li>
<li style="font-weight: 400;" aria-level="1"><b>Apertures:</b> The white spaces inside letters (like the hole in an &#8216;e&#8217; or a &#8216;c&#8217;) are vital. If they are too small, the letter turns into a dark &#8220;blob&#8221; on low-quality screens.</li>
</ul>
<h3>5. Font Size and Line Spacing</h3>
<p>Size isn&#8217;t everything; it&#8217;s its relationship with the surrounding space that creates comfort.</p>
<ul>
<li style="font-weight: 400;" aria-level="1"><b>Line spacing (Line-height):</b> For the web, a line spacing of <b>1.5 times</b> the font size is often recommended. Text that is too tight tires the eye because it&#8217;s difficult to find the start of the next line.</li>
<li style="font-weight: 400;" aria-level="1"><b>Contrast:</b> On screen, size must be compensated for by contrast. A thin font (Light) requires a larger size or higher color contrast (black on white) to remain accessible.</li>
</ul>
<p>&nbsp;</p>
<table class=" aligncenter" style="height: 100%; width: 100%;" cellpadding="20px">
<tbody>
<tr style="height: 51px;">
<td style="width: 397.917px; height: 51px; border-style: solid; border-color: #ebe6e6; background-color: #bf6969;">
<p style="text-align: left;"><span style="color: #ffffff; font-size: 18pt;"><strong>Distance in cm</strong></span></p>
</td>
<td style="width: 191.542px; height: 51px; border-style: solid; border-color: #ebe6e6; background-color: #bf6969;"><span style="color: #ffffff; font-size: 18pt;"><strong>Minimum Size</strong></span></td>
<td style="width: 230.521px; height: 51px; border-style: solid; border-color: #ebe6e6; background-color: #bf6969;"><span style="color: #ffffff; font-size: 18pt;"><strong>Device Density</strong></span></td>
<td style="width: 281px; height: 51px; border-style: solid; border-color: #ebe6e6; background-color: #bf6969;"><span style="color: #ffffff; font-size: 18pt;"><strong>Minimum Size</strong></span></td>
</tr>
<tr style="height: 51px;">
<td style="width: 397.917px; height: 51px; border-style: solid; border-color: #ebe6e6;">30 (mobile)</td>
<td style="width: 191.542px; height: 51px; border-style: solid; border-color: #ebe6e6;">1.68 mm</td>
<td style="width: 230.521px; height: 51px; border-style: solid; border-color: #ebe6e6;">264</td>
<td style="width: 281px; height: 51px; border-style: solid; border-color: #ebe6e6;">25px ≈ 12pt</td>
</tr>
<tr style="height: 51px;">
<td style="width: 397.917px; height: 51px; border-style: solid; border-color: #ebe6e6;">40 (tablet on lap)</td>
<td style="width: 191.542px; height: 51px; border-style: solid; border-color: #ebe6e6;">2.2 mm</td>
<td style="width: 230.521px; height: 51px; border-style: solid; border-color: #ebe6e6;">264</td>
<td style="width: 281px; height: 51px; border-style: solid; border-color: #ebe6e6;">33px ≈ 16pt</td>
</tr>
<tr style="height: 51px;">
<td style="width: 397.917px; height: 51px; border-style: solid; border-color: #ebe6e6;">50 (desktop)</td>
<td style="width: 191.542px; height: 51px; border-style: solid; border-color: #ebe6e6;">2.8 mm</td>
<td style="width: 230.521px; height: 51px; border-style: solid; border-color: #ebe6e6;">96</td>
<td style="width: 281px; height: 51px; border-style: solid; border-color: #ebe6e6;">12px ≈ 9pt</td>
</tr>
<tr style="height: 51px;">
<td style="width: 397.917px; height: 51px; border-style: solid; border-color: #ebe6e6;">60 (desktop)</td>
<td style="width: 191.542px; height: 51px; border-style: solid; border-color: #ebe6e6;">3.4 mm</td>
<td style="width: 230.521px; height: 51px; border-style: solid; border-color: #ebe6e6;">96</td>
<td style="width: 281px; height: 51px; border-style: solid; border-color: #ebe6e6;">13px ≈ 10pt</td>
</tr>
<tr style="height: 51px;">
<td style="width: 397.917px; height: 51px; border-style: solid; border-color: #ebe6e6;">70 (desktop)</td>
<td style="width: 191.542px; height: 51px; border-style: solid; border-color: #ebe6e6;">4 mm</td>
<td style="width: 230.521px; height: 51px; border-style: solid; border-color: #ebe6e6;">96</td>
<td style="width: 281px; height: 51px; border-style: solid; border-color: #ebe6e6;">15px ≈ 11pt</td>
</tr>
<tr style="height: 51px;">
<td style="width: 397.917px; height: 51px; border-style: solid; border-color: #ebe6e6;">80 (desktop)</td>
<td style="width: 191.542px; height: 51px; border-style: solid; border-color: #ebe6e6;">4.5 mm</td>
<td style="width: 230.521px; height: 51px; border-style: solid; border-color: #ebe6e6;">96</td>
<td style="width: 281px; height: 51px; border-style: solid; border-color: #ebe6e6;">17px ≈ 13pt</td>
</tr>
</tbody>
</table>
<p><i>Comparative table between different resolutions, pixel densities, and recommended font sizes based on &#8220;normal&#8221; reading distance.</i></p>
<h2>Recommendations for choosing the right font size</h2>
<p>Here are some recommendations for choosing the ideal font size based on the factors mentioned above:</p>
<h3>1. Prioritize a generous X-height</h3>
<p>X-height (the size of lowercase letters like &#8220;x&#8221;, &#8220;a&#8221;, &#8220;e&#8221;) is the #1 factor for readability on screen. The larger it is, the more open and easy to decipher the letter appears, even at a small size.</p>
<p><b>Why?</b> On a screen, fine details of ascenders (the top of a &#8220;b&#8221;) and descenders (the bottom of a &#8220;g&#8221;) can get lost. A large X-height stabilizes the eye on the line.</p>
<p><b>Examples of fonts with large X-height:</b></p>
<ul>
<li><b>Verdana:</b> Specifically designed for the screen, it has a massive X-height.</li>
<li><b>Roboto (Google):</b> Very balanced, it remains readable on various mobile resolutions.</li>
<li><b>Helvetica Now:</b> A modern version optimized for digital.</li>
</ul>
<p><b>To avoid for body text:</b> &#8220;Old-style&#8221; fonts like <i>Garamond</i>, which have a small X-height, making them tiny and tiring to read on a standard screen.</p>
<h3>2. Long texts: Round and airy fonts</h3>
<p>For a blog article or a report, the goal is to reduce eye strain. We look for fonts that &#8220;breathe.&#8221;</p>
<p><b>The principle:</b> Fonts with <b>wide apertures</b> (the open space in a &#8220;c&#8221;, &#8220;e&#8221;, or &#8220;s&#8221;) prevent letters from turning into black blobs when the user squints.</p>
<p><b>Recommended examples:</b></p>
<ul>
<li><b>Open Sans:</b> Very round, extremely readable thanks to its open forms.</li>
<li><b>Montserrat:</b> Very geometric and wide, it gives a modern and airy look.</li>
<li><b>Georgia:</b> If you prefer a Serif font, this is the queen of on-screen readability for long narratives.</li>
</ul>
<h3>3. Short texts: Narrow and dense fonts</h3>
<p>For interface elements (buttons, navigation bars, notifications), space is often limited. In these cases, more condensed fonts can be used.</p>
<p><b>The principle:</b> We prioritize <b>recognition of the overall word shape</b> rather than fluid reading.</p>
<p><b>Recommended examples:</b></p>
<ul>
<li><b>Oswald:</b> A condensed font perfect for impactful titles or buttons.</li>
<li><b>Archivo Narrow:</b> Ideal when you have a lot of information to fit into a small screen width (dashboards).</li>
<li><b>Inter:</b> Although versatile, it is very effective in small UI spaces.</li>
</ul>
<h3>Summary table of uses</h3>
<table style="width: 100%;" border="1px" cellpadding="20px">
<tbody>
<tr style="height: 23px;">
<td style="height: 23px; background-color: #bf6969; text-align: center;"><span style="color: #ffffff;"><b>Type of Text</b></span></td>
<td style="height: 23px; background-color: #bf6969; text-align: center;"><span style="color: #ffffff;"><b>Sought-after Characteristic</b></span></td>
<td style="height: 23px; background-color: #bf6969; text-align: center;"><span style="color: #ffffff;"><b>Typical Examples</b></span></td>
</tr>
<tr style="height: 23px;">
<td style="height: 23px;"><b>Body text (Long)</b></td>
<td style="height: 23px;">Large X-height, wide letters</td>
<td style="height: 23px;"><b>Verdana, Open Sans, Lato</b></td>
</tr>
<tr style="height: 23px;">
<td style="height: 23px;"><b>Titles (H1, H2)</b></td>
<td style="height: 23px;">Personality, strong contrast</td>
<td style="height: 23px;"><b>Playfair Display, Montserrat</b></td>
</tr>
<tr style="height: 23px;">
<td style="height: 23px;"><b>Interface (Buttons)</b></td>
<td style="height: 23px;">Immediate clarity, space-saving</td>
<td style="height: 23px;"><b>Roboto, Inter, San Francisco</b></td>
</tr>
<tr style="height: 23px;">
<td style="height: 23px;"><b>&#8220;Comfort&#8221; Reading</b></td>
<td style="height: 23px;">Robust Serifs</td>
<td style="height: 23px;"><b>Georgia, Merriweather</b></td>
</tr>
</tbody>
</table>
<h2></h2>
<h2>Font Measurement Systems</h2>
<p>Font size can be measured using different scales. Here is an overview of two fixed scales (pixels and points) and two variable scales (em and percentage), along with their pros and cons:</p>
<h3>1. Pixels</h3>
<p>This scale measures font size in pixels on the screen. This means the font size is fixed, but the actual size displayed depends on the screen&#8217;s pixel density. It is a measurement understood by all browsers, but it does not adapt to different pixel densities and cannot be resized by older browsers.</p>
<h3>2. Points</h3>
<p>The point unit is a legacy of printing, where one point equals 1/72 of an inch (about 0.03 cm). Points offer relative control over the final result, but they do not display the same way on all devices. Consequently, points are not ideal for flexible layouts.</p>
<h3>3. Em</h3>
<p>The &#8220;em&#8221; unit is relative to the default font size. For example, 1 em is equal to your browser&#8217;s standard font size. &#8220;ems&#8221; are adaptive and allow for the creation of flexible layouts. They are well-supported by most browsers, including older versions.</p>
<h3>4. Percentage</h3>
<p>Measuring font size in percentage allows for the creation of fluid and adaptable layouts. However, this can be more complex to manage than other units, as the font size is determined as a percentage of the default font size.</p>
<p><iframe loading="lazy" title="The ULTIMATE Guide To Typography For Beginners" width="1080" height="608" src="https://www.youtube.com/embed/AXpxZMRM1EY?feature=oembed"  allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p><i>Web Typography: </i><strong><i>Complete guide to choosing the perfect font</i></strong><i> &#8211; 2020 Happy.webacademy</i></p>
<h2>Media Queries for font size</h2>
<p>Media Queries are powerful tools for responsive web design. You can use them to adjust font size based on screen resolution. Media Queries allow you to offer an optimal user experience by adapting font size to different devices.</p>
<h3>ISO 9241-300 Standard</h3>
<p>The AFNOR 9241-300 standard specifies the rules to follow when designing interfaces for mobile, desktop, or TV screens.</p>
<p>The ISO standard recommends a font height of 2.8 mm for a reading distance of 50 cm. In other words, the total size of the font (from its ascender to its descender) should be 2.8 mm if the user reads at a distance of about 50 cm.</p>
<p>This results in the following equivalencies:</p>
<ul>
<li>2.8 mm for d=50 cm</li>
<li>3.5 mm for d=60 cm</li>
<li>4 mm for d=70 cm</li>
</ul>
<h2>Font size, the guarantor of readability</h2>
<p>Choosing the right font size for your online text is essential to ensuring a pleasant reading experience for your users. By taking into account pixel density, screen resolution, reading distance, and font composition, you can create readable and adaptive layouts. Using units like &#8220;em&#8221; and Media Queries can greatly improve the flexibility of your web designs.</p>
<p>Remember that readability is essential, and font size is a key element of it. Take the time to test different sizes and units to ensure your text is easy to read across a variety of devices.</p>
<p>Featured image: illustration by <a href="https://dribbble.com/shots/18442165-Portfolio-Tamanna-Mundhra">Tamanna Mundhra</a> &#8211; Dribbble</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>What is a wireframe?</title>
		<link>https://blog-ux.com/en/what-is-a-wireframe/</link>
		
		<dc:creator><![CDATA[Philippe]]></dc:creator>
		<pubDate>Tue, 03 Feb 2026 16:26:55 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[UI Design]]></category>
		<guid isPermaLink="false">https://blog-ux.com/?p=118387</guid>

					<description><![CDATA[The wireframe, also known as a &#8220;skeletal framework,&#8221; is a schematic representation of the structure and functionality of a mobile application or website. Whether drawn on paper or created digitally, these mockups offer varying degrees of interactivity, playing an essential role in interface design. What is a wireframe? Definition of a Wireframe / Wireframe meaning [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>The wireframe, also known as a &#8220;skeletal framework,&#8221; is a schematic representation of the structure and functionality of a mobile application or website. Whether drawn on paper or created digitally, these mockups offer varying degrees of interactivity, playing an essential role in interface design.</p>
<h2>What is a wireframe?</h2>
<table style="height: 10px; width: 100%; border-collapse: collapse;" border="1px" cellpadding="20px">
<tbody>
<tr>
<td style="width: 100%; background-color: #bf6969;">
<h3><span style="color: #ffffff;">Definition of a Wireframe / Wireframe meaning</span></h3>
<p><span style="color: #ffffff;">The term &#8220;Wireframe&#8221; refers to a structure or model made of wire. In the field of interface design, it is often referred to as a &#8220;functional mockup.&#8221; Unlike mockups, the Wireframe focuses more on structure than aesthetics, representing the backbone of the future interface.</span></p>
<p><span style="color: #ffffff;">Take the analogy of a building&#8217;s plans, the architect&#8217;s &#8220;Blueprint.&#8221; In the same way, wireframes serve as the foundation for digital products, appearing as diagrams with lines and annotations that evolve through iterations.</span></td>
</tr>
</tbody>
</table>
<h3>The wireframe as an architect&#8217;s blueprint</h3>
<p>An effective Wireframe allows for the visualization of page layout, information architecture, user journeys, and essential functionalities. The goal is to validate interface concepts and user experience before handing the project over to developers. This crucial design phase is often entrusted to professionals such as UX designers, UI designers, or ergonomists.</p>
<h3>Differences and similarities between prototyping and wireframing</h3>
<p>According to <a href="https://blog-ux.com/en/jakob-nielsen-s-10-usability-heuristics/">Jakob Nielsen</a> in his book Usability Engineering (1993), the Wireframe, like the Mockup, is a &#8220;horizontal prototype,&#8221; a static representation of the graphical part of the user interface. The prototype becomes &#8220;vertical&#8221; when functionalities are implemented, allowing for user testing based on specific scenarios.</p>
<p>It is common for the concepts of prototyping and mocking up to be confused. Alita Joyce from NNGroup highlights that although a Wireframe is always a <strong>low-fidelity prototype</strong>, not all prototypes are Wireframes.</p>
<h3>Advantages of wireframing</h3>
<p>Creating &#8220;wired&#8221; mockups offers several significant advantages:</p>
<ul>
<li>Optimization of interface design by focusing on functional specifications.</li>
<li>Presentation of the future interface to stakeholders to obtain their approval before development.</li>
<li>Quick detection of errors or problems in UX Design and ergonomics for rapid iterations.</li>
<li>Saving time and money thanks to its speed, low resource cost, and flexibility, thereby reducing revisions during the development phase.</li>
</ul>
<p>On the other hand, high-fidelity prototypes serve as the first version of the final product, testing efficiency and usability before the deployment of the web or mobile application. These elements are produced at distinct stages of the UX/UI design project.</p>
<p><iframe loading="lazy" title="UI / UX Design Tutorial – Wireframe, Mockup &amp; Design in Figma" width="1080" height="608" src="https://www.youtube.com/embed/c9Wg6Cb_YlU?feature=oembed"  allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<h2>Mockup creation in the design process</h2>
<p>To <strong>design an interface</strong> while optimizing the quality of the user experience, it is essential to follow several key steps. These steps, when well-orchestrated, allow a simple idea to be transformed into a functional and aesthetic reality. Creating mockups in the design process is one of these crucial steps. It plays a central role in the preliminary visualization of a concept, offering a tangible and concrete representation of the designer&#8217;s vision. This process, although iterative and adaptive, follows a series of key phases, from user research to ergonomic evaluation, including the <strong>creation of wireframes, mockups, and prototypes.</strong></p>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-118344 size-full" title="Infographic - Mockup creation in the design process" role="img" src="https://blog-ux.com/wp-content/uploads/2024/01/Infographie-La-creation-de-maquettes-dans-le-processus-de-conception.svg" alt="Infographic - Mockup creation in the design process" width="888" height="616" /></p>
<h3>Conducting user research: understanding the needs of end-users</h3>
<p>Before diving into mockup creation, it is crucial to understand the needs and <strong>expectations of the end-users</strong>. An in-depth analysis of the target users allows for the creation of mockups that respond precisely to their needs and expectations. This research phase constitutes the very foundation of the user-centered design process.</p>
<h3>Mocking up interface screens: key steps in the process</h3>
<p>The mocking up stage involves the preliminary visualization of the interface screens to be designed. This process can be subdivided into several essential sub-steps, such as sketching, zoning, wireframing, mockup creation, and the realization of functional prototypes in collaboration with developers.</p>
<h3>Sketch and zoning: capturing initial ideas</h3>
<p>The sketching stage consists of outlining the first design ideas on paper or using digital tools. Zoning, on the other hand, consists of delimiting the blocks of information that should be present on the page. These initial steps allow for the capture of raw concepts and the refinement of basic ideas before moving to the next stage.</p>
<h3>Wireframe: the common thread of design</h3>
<p><strong>Wireframes represent the structured outline of an interface</strong> without its detailed graphic design. They serve to highlight the layout of key elements such as the header, navigation bar, call-to-action buttons, breadcrumbs, form elements, as well as areas reserved for images and media. They allow for the conceptualization and refinement of basic ideas while defining the fundamental structure of the interface.</p>
<h3>Mockup: bringing the design to life</h3>
<p>Mockups, representing high-fidelity graphic models, play an essential role in the detailed visualization of the interface. They facilitate communication between the various project stakeholders and offer a realistic visual representation of the final interface. The creation of mockups also serves as a tool for validation and design improvement in collaboration with the teams involved.</p>
<h3>Prototype: functional realization</h3>
<p>Prototypes, the ultimate stage of the <strong>mocking up process</strong>, allow the initial vision to be materialized by creating functional versions of the application or software in collaboration with developers. These prototypes serve as a basis for ergonomic evaluation and user testing, thus offering a concrete overview of the user experience before the final product launch.</p>
<h3>Ergonomic evaluation: ensuring an optimal user experience</h3>
<p>Ergonomic evaluation plays a crucial role between mockup iterations. It includes ergonomic audits, perception tests, and user tests aimed at ensuring that the interface meets the functional needs and expectations of users. This phase allows for the identification and resolution of potential user experience issues, thus ensuring the consistency and usability of the developed interface.</p>
<p>This evolution funnel of the design process, based on continuous iteration and collaboration, represents a complete and methodical approach to achieving an optimized interface design that meets specific user needs. The flexibility of the methodologies used allows for effective adaptation based on the nature of the project, the budget, and the specific requirements of each case.</p>
<p><iframe loading="lazy" title="How to Wireframe in Figma in 2026" width="1080" height="608" src="https://www.youtube.com/embed/qWIdforZ9x0?feature=oembed"  allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<h2>Examples of wireframe mockups</h2>
<p>Mockups can be created using various tools and methods. Here are some examples of wireframe mockups used by professionals in the field:</p>
<h3>Hand-drawn wireframe sketch: speckyboy</h3>
<p>Using hand sketching allows designers to quickly capture initial ideas and refine basic concepts in a creative and spontaneous way.</p>
<h3>&#8220;Sketchy wireframe&#8221; with Axure RT: humane interface</h3>
<p>The use of tools such as Axure RT allows for the creation of detailed and interactive wireframes, offering a more elaborate representation of the final interface.</p>
<p><img loading="lazy" decoding="async" class="size-full wp-image-107375 aligncenter" src="https://blog-ux.com/wp-content/uploads/2024/01/exemples-de-wireframe.jpg" alt="wireframe example" width="800" height="477" srcset="https://blog-ux.com/wp-content/uploads/2024/01/exemples-de-wireframe.jpg 800w, https://blog-ux.com/wp-content/uploads/2024/01/exemples-de-wireframe-480x286.jpg 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 800px, 100vw" /></p>
<p style="text-align: center;">a wireframe example by <a href="https://www.aaronakbarimort.com/">Aaron Akbari-Mort</a></p>
<h3>Example of a responsive design wireframe: Balsamiq</h3>
<p>The use of Balsamiq facilitates the design of wireframes by taking into account compatibility with different devices and screens, ensuring an optimal user experience across all platforms.</p>
<p>At Usabilis, we favor the use of Axure RP for creating interactive mockups, often associated with a complete ergonomic charter. We also offer comprehensive training in interface mocking up, covering various aspects of ergonomics, web, mobile, and touch interfaces.</p>
<h2>From mockup to experience: The keys to success</h2>
<p>The <strong>mockup creation process</strong> within the framework of interface development represents a fundamental step in achieving an optimized interface design and a successful user experience. By following an iterative and collaborative process, taking into account the needs of end-users, and regularly evaluating the ergonomics of the interface, it is possible to create effective and user-friendly interfaces that meet user expectations.</p>
<p><iframe loading="lazy" title="Prototypes vs Wireframes in UX Projects" width="1080" height="608" src="https://www.youtube.com/embed/miVcrftnhzM?feature=oembed"  allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<h2>Wireframe FAQ</h2>
<h3>What is a wireframe (skeletal mockup)?</h3>
<p>It is a schematic and simplified representation that serves as the backbone of an interface. It focuses on the structure, layout of elements, and functionalities rather than the visual or aesthetic aspect.</p>
<h3>What is the main difference between a wireframe and a mockup?</h3>
<p>The wireframe is a low-fidelity plan focused on information architecture, while the mockup is a high-fidelity model that presents the detailed and realistic graphic design of the final interface.</p>
<h3>Why compare the wireframe to an architect&#8217;s plan?</h3>
<p>Like a &#8220;blueprint&#8221; for a building, the wireframe serves as a technical foundation. It allows for the validation of interface concepts and user journeys before starting the &#8220;construction&#8221; (computer development).</p>
<h3>What are the economic benefits of wireframing?</h3>
<p>It saves time and money by detecting ergonomic errors very early. Its creation is fast and inexpensive, which reduces complex revisions during the development phase.</p>
<h3>What is the role of ergonomic evaluation in this process?</h3>
<p>It occurs between mockup iterations to ensure, via user tests or audits, that the interface is user-friendly, efficient, and perfectly meets final needs.</p>
<p>Featured image: <a href="https://dribbble.com/shots/6178450-Cooperation-concept">Cooperation concept</a>—serj marco DRIBBLE</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
