I'm just learning how to edit bootstrap css with .less
can someone tell where i can find and edit basic font features from
type.less file, i can't seem to find where to edit @headingsFontFamily; etc
:
h1, h2, h3, h4, h5, h6 {
margin: (@baseLineHeight / 2) 0;
font-family: @headingsFontFamily;
font-weight: @headingsFontWeight;
line-height: @baseLineHeight;
color: @headingsColor;
text-rendering: optimizelegibility; // Fix the character spacing for
headings
small {
font-weight: normal;
line-height: 1;
color: @grayLight;
}
}
cheers
Rat