Comments on: font-size https://css-tricks.com Tips, Tricks, and Techniques on using Cascading Style Sheets. Fri, 19 Jun 2020 13:35:07 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: Tomas https://css-tricks.com/almanac/properties/f/font-size/#comment-1757893 Fri, 19 Jun 2020 13:35:07 +0000 http://css-tricks.com/?page_id=21545#comment-1757893 Thanks for this article. And I have one question. How to set the size of the font, if Windows user changes his/her Windows display setting to recommended 150% (it affects everything). Because when I make a web, I’m working with 1:1 view and the, if someone has this 150% setting, everything is wrong. Thanks.

]]>
By: LXL https://css-tricks.com/almanac/properties/f/font-size/#comment-1610612 Tue, 25 Jul 2017 12:15:20 +0000 http://css-tricks.com/?page_id=21545#comment-1610612 In reply to gintare.

This is an unsolved problem. But I have committed a propose: https://github.com/w3c/csswg-drafts/issues/1645

]]>
By: gintare https://css-tricks.com/almanac/properties/f/font-size/#comment-1609842 Tue, 04 Jul 2017 14:25:59 +0000 http://css-tricks.com/?page_id=21545#comment-1609842 It would be good to know how make font size to fit in the parent, for example how to make content of the table cell, or div/span element to scale with the size of the element.

]]>
By: john https://css-tricks.com/almanac/properties/f/font-size/#comment-1605179 Wed, 23 Nov 2016 18:39:49 +0000 http://css-tricks.com/?page_id=21545#comment-1605179 How to get the font size using css selector?

]]>
By: Serg Hospodarets https://css-tricks.com/almanac/properties/f/font-size/#comment-1604759 Fri, 28 Oct 2016 12:05:25 +0000 http://css-tricks.com/?page_id=21545#comment-1604759 Thanks for the article, Chris.
Just noticed, playing with the demo http://codepen.io/malyw/pen/VKOdmL
that 1ex size is calculated not from “the lowercase letter x of the root element” font but
“the lowercase letter x of the ELEMENT font”,
which is according to the specification:
https://www.w3.org/TR/css3-values/#relative-lengths
E.g. is in the demo you change the font-size for the .wrapper it will affect the elements.

]]>
By: Indira Adhia https://css-tricks.com/almanac/properties/f/font-size/#comment-1596357 Tue, 11 Aug 2015 00:50:39 +0000 http://css-tricks.com/?page_id=21545#comment-1596357 Thanks for proper guidance.

]]>