yapp 4.0.3 → 4.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/yapp.js CHANGED
@@ -209,7 +209,6 @@ export default withStyle(Yapp)`
209
209
 
210
210
  width: 100%;
211
211
  height: 100%;
212
-
213
212
  border: 1px solid;
214
213
 
215
214
  color: ${colour};
@@ -220,8 +219,6 @@ export default withStyle(Yapp)`
220
219
  font-size: 13px;
221
220
  line-height: 20px;
222
221
  font-family: "Menlo", "Lucida Sans Typewriter", monospace;
223
- text-rendering: optimizeLegibility;
224
- font-feature-settings: normal;
225
222
 
226
223
  .fira-code {
227
224