@magicgol/polyjuice 0.19.0 → 0.19.1

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magicgol/polyjuice",
3
- "version": "0.19.0",
3
+ "version": "0.19.1",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -41,7 +41,6 @@ export default {
41
41
  .mg-link {
42
42
  color: map-get($palette, 'brand');
43
43
  cursor: pointer;
44
- font-family: 'Ubuntu', sans-serif;
45
44
  font-weight: 400;
46
45
 
47
46
  &--disabled {