|
font: 13pt Georgia, "Times New Roman", Times, serif; // for browsers without CSS custom properties support
|
|
font: 13pt Georgia, "Times New Roman", Times, serif; // for browsers without CSS custom properties support
|
|
- font: 13pt var( --font-base, 'Georgia, "Times New Roman", Times, serif' );
|
|
|
|
|
|
+ font: 13pt var( --font-base, Georgia, "Times New Roman", Times, serif );
|