These "font-size" classes are absolute in visual size. This means that regardless of whether your html tag is a <h1><h6>, <p>, etc... the font-size of these elements will be identical once the class is applied.




Example: Font-Size 1

This font-size is 1.

Copy
                                    
                                        <p class="fs-1">Text</p>
                                    
                                



Example: Font-Size 2

This font-size is 2.

Copy
                                    
                                        <p class="fs-2">Text</p>
                                    
                                



Example: Font-Size 3

This font-size is 3.

Copy
                                    
                                        <p class="fs-3">Text</p>
                                    
                                



Example: Font-Size 4

This font-size is 4.

Copy
                                    
                                        <p class="fs-4">Text</p>
                                    
                                



Example: Font-Size 5

This font-size is 5.

Copy
                                    
                                        <p class="fs-5">Text</p>
                                    
                                



Example: Font-Size 6

This font-size is 6.

Copy
                                    
                                        <p class="fs-6">Text</p>
                                    
                                



Example: Font-Size 7

This font-size is 7.

Copy
                                    
                                        <p class="fs-7">Text</p>
                                    
                                



Example: Font-Size 8

This font-size is 8.

Copy
                                    
                                        <p class="fs-8">Text</p>
                                    
                                



Example: Font-Size 9

This font-size is 9.

Copy
                                    
                                        <p class="fs-9">Text</p>
                                    
                                

© Interactive Brokers LLC