:root {
font-size: calc(1rem + 0.25vw);
}
https://jameshfisher.com/2024/03/12/a-formula-for-responsive-font-size/
With modern CSS, we can just write that function! It’s calc(1.0625rem + 0.2604vw). I round this to 1rem + 0.25vw.
{ | |
"version": "2.0.0", | |
"tasks": [ | |
{ | |
"label": "Launch NYSee", | |
"dependsOn": ["🏂homeboy", "📡radar: incoming", "Gimme the 🔫lowdown"], | |
"problemMatcher": [], | |
"runOptions": { | |
"runOn": "folderOpen" | |
} |
{ | |
"created": "2024-09-10T21:19:55.892Z", | |
"count": 1458, | |
"offset": 0, | |
"releases": [ | |
{ | |
"id": "426790fe-7568-4555-8260-28c2462e5fa1", | |
"score": 100, | |
"status-id": "1156806e-d06a-38bd-83f0-cf2284a808b9", | |
"packaging-id": "c1668fc7-8944-4a00-bc3e-46e8d861d211", |
<div className="min-h-screen bg-white"> | |
<main className="hero hero--split"> | |
<div className="hero__copy"> | |
<div className="hero__copy__inner"> | |
<p className="text-gray-500"> | |
<Date dateString={date} /> | |
</p> | |
<h1 className="text-4xl font-bold text-gray-900"> | |
<Link | |
href={`/posts/${slug}`} |
// ————————————————————————————————————o usage —> | |
// | |
// // w/o orientation | |
// @include bp("medium") { | |
// .class { | |
// width: 100%; | |
// } | |
// } | |
// // portrait |
:root {
font-size: calc(1rem + 0.25vw);
}
https://jameshfisher.com/2024/03/12/a-formula-for-responsive-font-size/
With modern CSS, we can just write that function! It’s calc(1.0625rem + 0.2604vw). I round this to 1rem + 0.25vw.
https://www.midjourney.com/home?callbackUrl=/explore
https://midlibrary.io/midlibrary/inside
Andrei Kovalev's Midlibrary is a carefully curated collection of hand-picked Midjourney Styles and a Midjourney Guide
// ————————————————————————————————————o————————————————————————————————————o comment --> | |
// ————————————————————————————————————o comment —> | |
// |
{ | |
"data": { | |
"text": "My top artists (Last 7 days): 1. Sam Gendel 2. Axel Boman 3. Destroyer 4. Toro y Moi 5. Finn 6. Yasuaki Shimizu 7. Eris Drew 8. |||||||||||||||||||| 9. DJ Koze 10. Floating Points (via https://t.co/TlVPQxczRs Charts)", | |
"entities": { | |
"urls": [ | |
{ | |
"start": 185, | |
"end": 208, | |
"url": "https://t.co/TlVPQxczRs", | |
"expanded_url": "http://Last.fm", |
config for modernizing and running generator-p5-webpack | |
🏂 package.json | |
🍖 webpack.config.js |