@openeventkit/event-site 2.0.32 → 2.0.34

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/gatsby-browser.js CHANGED
@@ -8,7 +8,6 @@ import "what-input";
8
8
  // import bulma framwork
9
9
  import "./src/styles/bulma.scss";
10
10
  // import base styles
11
- import "./src/styles/fonts.scss";
12
11
  import "./src/styles/style.scss";
13
12
  import colors from "data/colors.json";
14
13
  import marketingSettings from "data/marketing-settings.json";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@openeventkit/event-site",
3
3
  "description": "Event Site",
4
- "version": "2.0.32",
4
+ "version": "2.0.34",
5
5
  "author": "Tipit LLC",
6
6
  "dependencies": {
7
7
  "@mui/base": "^5.0.0-alpha.114",
@@ -120,7 +120,7 @@
120
120
  "summit-registration-lite": "5.0.3",
121
121
  "superagent": "8.0.9",
122
122
  "sweetalert2": "^9.17.0",
123
- "upcoming-events-widget": "3.0.1",
123
+ "upcoming-events-widget": "3.0.2",
124
124
  "urijs": "^1.19.2",
125
125
  "use-fit-text": "^2.4.0",
126
126
  "uuid": "^7.0.0",
@@ -209,7 +209,4 @@
209
209
 
210
210
  %body_fonts{
211
211
  font-family: var(--font_family) !important;
212
- h1, h2, h3, h4, h5, p, b, span, div, a {
213
- font-family: var(--font_family) !important;
214
- }
215
212
  }