Answer the question
In order to leave comments, you need to log in
How to make all fonts on the page completely dependent on the window size?
Let's say there is such a snippet from the code (ignore the "classname", this code is from React):
<div className="header-main-lower">
<h1 className=" "> Заголовок </h1>
<p className=" "> Текст </p>
</div>
Answer the question
In order to leave comments, you need to log in
two options -
for each size, make your own style,
scale the content through transform scale
indicate
<meta name="viewport" content="width=device-width, initial-scale=1.0">
in index.html Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question