Within my code, I am utilizing the following CSS:
{
font-size: 2.5rem;
font-weight: 100;
}
When attempting to condense this into font shorthand, as shown here {font: 100 2.5rem}
,
it appears that the style is not being applied correctly and defaults back to a standard format.
Here is an image reference which illustrates my usage of the shorthand property for font styling. Any assistance would be greatly appreciated?