<?xml 
version="1.0" encoding="utf-8"?>


<feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr='http://purl.org/syndication/thread/1.0' >
	<title>#fluid_typography - Seenthis</title>

	<link href="https://seenthis.net/tag/fluid_typography" />
        <id>https://seenthis.net/tag/fluid_typography</id>
        <updated>2026-09-17T03:12:48Z</updated>
        <link rel="self" href="https://seenthis.net/tag/fluid_typography/feed" />







	<entry>
	<id>urn:uuid:66a0ff35-f7fc-4c78-a0a1-34f2e412dc5c</id>
	<title>Fluid_typography with discrete steps</title>
	<author>
		<name>b_b  (@b_b)</name>
		<uri>https://seenthis.net/people/b_b</uri>
		<email>b_b@seenthis.net</email>
		
	</author>
	<published>2024-07-24T13:18:45Z</published>
	<updated>2024-07-24T13:19:08Z</updated>
	
	 <link href="https://seenthis.net/messages/1063480" />
	
	<link rel="edit" href="https://seenthis.net/api/messages/1063480"/>
	<summary>#Fluid_typography with discrete #steps
https://css-tip.com/fluid-typography/

❝Use the round() function and create a fluid typography with a discrete function instead of a continuous one.

Define the step and get precise values within a specific range. Very useful if you have some calculation based on the font-size like using the em unit. No more rounding issue!

```
/* Instead of  */
p {
  font-size: clamp(1rem,1rem + 3vw,2.5rem);
}
/* use */
p {
  font-size: clamp(1rem,round(down,1rem + 3vw,2px),2.5rem);
}
```
❞

#css</summary>
	<content type="html"><![CDATA[<div lang="en" dir="ltr"><p><span class='lien_tag'>#<a href='https://seenthis.net/tag/fluid_typography'>Fluid_typography</a></span> with discrete <span class='lien_tag'>#<a href='https://seenthis.net/tag/steps'>steps</a></span><br><span class='lien_lien'><span class='lien_lien_total'><a href='https://seenthis.net/sites/7282461336008028836'>▻</a></span><a href="https://css-tip.com/fluid-typography" class='spip_out' title="Fluid typography with discrete steps" hreflang="en"><span class='lien_court'><span class='lien_protocol'>https://</span><span class='lien_racine'><span class='lien_host'>css-tip.com</span>/</span><span class='lien_fin'>fluid-typography</span></span></a></span></p><blockquote lang="en" dir="ltr"><p> Use the round() function and create a fluid typography with a discrete function instead of a continuous one.</p><p>Define the step and get precise values within a specific range. Very useful if you have some calculation based on the font-size like using the em unit. No more rounding issue!</p><div class="precode"><pre class='spip_code spip_code_block' dir='ltr' style='text-align:left;'><code>/* Instead of  */
p {
  font-size: clamp(1rem,1rem + 3vw,2.5rem);
}
/* use */
p {
  font-size: clamp(1rem,round(down,1rem + 3vw,2px),2.5rem);
}</code></pre></div><br> </p></blockquote><p><span class='lien_tag'>#<a href='https://seenthis.net/tag/css'>css</a></span></p></div>]]></content>
	
	<link rel="related" href="https://css-tip.com/fluid-typography" title="Fluid typography with discrete steps" hreflang="en"/>
	
	
	<category term="css" label="css" scheme="https://seenthis.net/tag/css"/>
	<category term="steps" label="steps" scheme="https://seenthis.net/tag/steps"/>
	<category term="Fluid_typography" label="Fluid_typography" scheme="https://seenthis.net/tag/fluid_typography"/>
</entry>

	<entry>
	<id>urn:uuid:667d805d-6298-43ed-a434-479913078c31</id>
	<title>Type Fluidity</title>
	<author>
		<name>b_b  (@b_b)</name>
		<uri>https://seenthis.net/people/b_b</uri>
		<email>b_b@seenthis.net</email>
		
	</author>
	<published>2024-06-27T15:08:13Z</published>
	<updated>2024-06-27T15:08:13Z</updated>
	
	 <link href="https://seenthis.net/messages/1059678" />
	
	<link rel="edit" href="https://seenthis.net/api/messages/1059678"/>
	<summary>Type Fluidity
https://wearerequired.github.io/fluidity/

Generator for #CSS #clamp values for #fluid_typography sizes.</summary>
	<content type="html"><![CDATA[<div lang="nb" dir="ltr"><p>Type Fluidity<br><span class='lien_lien'><span class='lien_lien_total'><a href='https://seenthis.net/sites/7282461336008020265'>▻</a></span><a href="https://wearerequired.github.io/fluidity" class='spip_out' title="Type Fluidity" hreflang="la"><span class='lien_court'><span class='lien_protocol'>https://</span><span class='lien_racine'><span class='lien_host'>wearerequired.github.io</span>/</span><span class='lien_fin'>fluidity</span></span></a></span></p><p>Generator for <span class='lien_tag'>#<a href='https://seenthis.net/tag/css'>CSS</a></span> <span class='lien_tag'>#<a href='https://seenthis.net/tag/clamp'>clamp</a></span> values for <span class='lien_tag'>#<a href='https://seenthis.net/tag/fluid_typography'>fluid_typography</a></span> sizes.</p></div>]]></content>
	
	<link rel="related" href="https://wearerequired.github.io/fluidity" title="Type Fluidity" hreflang="la"/>
	
	
	<category term="CSS" label="CSS" scheme="https://seenthis.net/tag/css"/>
	<category term="clamp" label="clamp" scheme="https://seenthis.net/tag/clamp"/>
	<category term="fluid_typography" label="fluid_typography" scheme="https://seenthis.net/tag/fluid_typography"/>
</entry>

	<entry>
	<id>urn:uuid:6227b3b2-d8e0-49cb-8ee2-184a6400bca7</id>
	<title>Responsive and fluid_typography, the easy way</title>
	<author>
		<name>b_b  (@b_b)</name>
		<uri>https://seenthis.net/people/b_b</uri>
		<email>b_b@seenthis.net</email>
		
	</author>
	<published>2022-03-08T19:51:14Z</published>
	<updated>2022-03-08T19:51:14Z</updated>
	
	 <link href="https://seenthis.net/messages/952285" />
	
	<link rel="edit" href="https://seenthis.net/api/messages/952285"/>
	<summary>Responsive and #fluid_typography, the easy way
https://codepen.io/renevanderlende/details/YzEaKvO
https://shots.codepen.io/renevanderlende/pen/YzEaKvO-800.jpg?version=1646441062

```
:root { font-size: calc(0.658vmin + 0.75rem) }
```

#css #font-size</summary>
	<content type="html"><![CDATA[<div lang="en" dir="ltr"><p>Responsive and <span class='lien_tag'>#<a href='https://seenthis.net/tag/fluid_typography'>fluid_typography</a></span>, the easy way<br><span class='lien_lien'><span class='lien_lien_total'><a href='https://seenthis.net/sites/7282461336007755385'>▻</a></span><a href="https://codepen.io/renevanderlende/details/YzEaKvO" class='spip_out' title="Attention Required! | Cloudflare" hreflang="en"><span class='lien_court'><span class='lien_protocol'>https://</span><span class='lien_racine'><span class='lien_host'>codepen.io</span>/</span>renevanderlende/details/<span class='lien_fin'>YzEaKvO</span></span></a></span><br><div class='seenthis_pics seenthis_pics_1'><a onclick='return false;' href='https://shots.codepen.io/renevanderlende/pen/YzEaKvO-800.jpg?version=1646441062' class='display_box'><span class='image' style='padding-bottom:56.25%'><img src='https://seenthis.net/local/cache-vignettes/L600xH338/YzEaKvO-800jpgve-66101275-8cc6a.jpg' alt='' data-photo='https://shots.codepen.io/renevanderlende/pen/YzEaKvO-800.jpg?version=1646441062' data-photo-h='450' data-photo-w='800' /></span><span class="lien_court"><span class="lien_off"> https://shots.codepen.io/renevanderlende/pen/YzEaKvO-800.jpg?version=1646441062 </span></span></a></div></p><div class="precode"><pre class='spip_code spip_code_block' dir='ltr' style='text-align:left;'><code>:root { font-size: calc(0.658vmin + 0.75rem) }</code></pre></div><p><span class='lien_tag'>#<a href='https://seenthis.net/tag/css'>css</a></span> <span class='lien_tag'>#<a href='https://seenthis.net/tag/font-size'>font-size</a></span></p></div>]]></content>
	
	<link rel="related" href="https://codepen.io/renevanderlende/details/YzEaKvO" title="Attention Required ! | Cloudflare" hreflang="en"/>
	
	<link rel="related" href="https://shots.codepen.io/renevanderlende/pen/YzEaKvO-800.jpg?version=1646441062" hreflang="fr"/>
	
	
	<category term="fluid_typography" label="fluid_typography" scheme="https://seenthis.net/tag/fluid_typography"/>
	<category term="css" label="css" scheme="https://seenthis.net/tag/css"/>
	<category term="font-size" label="font-size" scheme="https://seenthis.net/tag/font-size"/>
</entry>

</feed>
