

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Font size adjust of an element with CSS
This property enables you to adjust the x-height to make fonts more legible. Possible value could be any number.
Example
<html> <head> </head> <body> <p style = "font-size-adjust:0.91;"> Asia is a continent. </p> </body> </html>
- Related Questions & Answers
- CSS font-size-adjust Property
- Set the font stretch of an element with CSS
- Set the font size with CSS
- Adjust gap size for CSS Grid
- Font Size in CSS
- Auto adjust font size in Seaborn heatmap using Matplotlib
- Set Font Size with Pixels using CSS
- Set Font Size with em using CSS
- Setting Font Size with Em in CSS
- Setting Font Size with Pixels in CSS
- Setting Font Size with Keywords in CSS
- Setting Font Size with Pixels using CSS
- Setting Font Size with Em Using CSS
- Setting Font Size with Keywords Using CSS
- Change the font size of a button with CSS
Advertisements