Adding a new style to text and chosing **weight** field (with example value: bold) adds such code to the LESS/CSS section: `font-weigth: bold;` but it should be: `font-weight: bold;`