Open In App

CSS Font Style and Properties in Styles Pane in Microsoft Edge Browser

In Edge, the Elements tool Styles Pane provides a font editor to change the CSS font family and properties. This helps developers quickly check for different font styles and properties. The webpage directly updates with any changes made to the Font Editor in the Styles Pane.

Benefits of Font Editor in Style Pane:

Enable Font Editor in Style Pane:

The Font Editor is an experimental feature, so it is not present in the Styles pane in the Elements tab. To turn on the feature, follow these steps:



Enabling Font Editor

Using Font Editor using Style Pane:

In the Style Pane for every respective element of CSS, there will be an A-looking symbol; on clicking it, the Font Editor pops up. The font editor is divided into two sections:

  1. Font-Family
  2. CSS Properties

Font Editor

1. Font-Family:

The Font Editor provides the option to change the font family of the respective element. You can also provide a fallback font family in case the earlier one is not supported by browsers; a total of eight fallbacks can be added. The bin icon is to remove the particular font family. The font family is grouped into four sections:



Setting Font-Family

2. CSS Properties

The Font Editor also provides various CSS font properties. These properties have a slider and the units associated with the slider, which can be changed according to user needs. The Font Editor also provides some preset values. To enter preset values, you can toggle the input type by pressing the up-down arrow at the end of each property input. The various units provided are px, em, rem, %, vh, and vw.

Setting CSS Properties

The font editor provides basic sliders and a drop-down list to change the font family and CSS properties. The editor is simple but effective enough, as it allows developers to save time in deciding the font styles without changing the code multiple times.

Article Tags :