Remove WDN references
2 unresolved threads
2 unresolved threads
Merge request reports
Activity
assigned to @erasmussen2
requested review from @rdee2
- www/less/shared.less 0 → 100644
23 @ui08: mix(#000, @cream, 64%); /* #5b5b5a */ 24 @ui09: mix(#000, @cream, 72%); /* #474746 */ 25 26 /* Break Points */ 27 /* Standard, width-based media queries */ 28 @bp768: ~" (min-width: 48em)"; 29 30 /* Deprecated names */ 31 @bp2: @bp768; 32 33 /* Fonts */ 34 .sans-serif-font() { 35 font-family: 'Gotham SSm A', 'Gotham SSm B', Verdana, sans-serif; 36 font-weight: 400; 37 font-style: normal; 38 } - Comment on lines +33 to +38
This font mixin (along with its usage in search.less) shouldn't be needed anymore as the default framework font is Gotham.
changed this line in version 2 of the diff
@rdee2 removed
.sans-serif-font()
and references
73 70 border-top: 1px solid @ui03; 74 71 padding: 1em 0 0; 75 72 margin-top: 1em; 76 .sans-serif-font(); @JSTUREK8, I made a mistake. I think we could still use the
sans-serif-font()
mixin to override the Google styles here on line 76, but we still don't need it forgiven-name
in search.less.changed this line in version 3 of the diff
added 1 commit
- 14efab80 - Add back .sans-serif-font() and only use in google results
mentioned in commit 2a89ec52
Please register or sign in to reply