|
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 );
|