We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5302928 commit 9f002a3Copy full SHA for 9f002a3
_sass/minimal-mistakes/vendor/magnific-popup/_magnific-popup.scss
@@ -292,7 +292,7 @@ button {
292
293
font-style: normal;
294
font-size: 28px;
295
- font-family: $serif;
+ font-family: $caption-font-family;
296
297
&:hover,
298
&:focus {
_sass/minimal-mistakes/vendor/magnific-popup/_settings.scss
@@ -42,7 +42,7 @@ $mfp-include-mobile-layout-for-image: true; // Removes pad
42
// Image caption options
43
$mfp-caption-title-color: #f3f3f3; // Caption title color
44
$mfp-caption-subtitle-color: #bdbdbd; // Caption subtitle color
45
-.mfp-counter { font-family: $serif; } // Caption font family
+.mfp-counter { font-family: $caption-font-family; } // Caption font family
46
47
// A11y
48
$mfp-use-visuallyhidden: false;
0 commit comments