
- Javascript Basics Tutorial
- Javascript - Home
- Javascript - Overview
- Javascript - Syntax
- Javascript - Enabling
- Javascript - Placement
- Javascript - Variables
- Javascript - Operators
- Javascript - If...Else
- Javascript - Switch Case
- Javascript - While Loop
- Javascript - For Loop
- Javascript - For...in
- Javascript - Loop Control
- Javascript - Functions
- Javascript - Events
- Javascript - Cookies
- Javascript - Page Redirect
- Javascript - Dialog Boxes
- Javascript - Void Keyword
- Javascript - Page Printing
- JavaScript Objects
- Javascript - Objects
- Javascript - Number
- Javascript - Boolean
- Javascript - Strings
- Javascript - Arrays
- Javascript - Date
- Javascript - Math
- Javascript - RegExp
- Javascript - HTML DOM
- JavaScript Advanced
- Javascript - Error Handling
- Javascript - Validations
- Javascript - Animation
- Javascript - Multimedia
- Javascript - Debugging
- Javascript - Image Map
- Javascript - Browsers
- JavaScript Useful Resources
- Javascript - Questions And Answers
- Javascript - Quick Guide
- Javascript - Functions
- Javascript - Resources
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 Articles
- CSS font-size-adjust Property
- How to auto-adjust font size using CSS?
- Set the font stretch of an element with CSS
- Set the font size with CSS
- Set Font Size with Pixels using CSS
- Set Font Size with em using 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
- Setting Font Size with Em in CSS
- Setting Font Size with Pixels in CSS
- Auto adjust font size in Seaborn heatmap using Matplotlib
- Change the font size of a button with CSS
- Adjust gap size for CSS Grid

Advertisements