notes
|
newsletter
|
cv
chiubaca@chiubaca.com
:
~
/
fleeting-notes
/
2021-12-07
❯
#uncategorised
2021 12 07
>
scale fonts up and down with css like this:
.terminal-text
{
font-size
:
clamp
(
.4
rem
,
1
vw
,
.8
rem
);
}
Edit on GitHub
→