frst-components 0.32.7 → 0.32.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -6858,7 +6858,7 @@ const TextSection = styled__default["default"].div `
6858
6858
  `;
6859
6859
  const MainText = styled__default["default"].p `
6860
6860
  color: #444;
6861
- font-family: "Poppins", "PT Sans";
6861
+ font-family: "PT Sans";
6862
6862
  font-size: 17px;
6863
6863
  font-weight: 400;
6864
6864
  line-height: normal;
@@ -6869,7 +6869,7 @@ const SolutionsContainer = styled__default["default"].div `
6869
6869
  `;
6870
6870
  const SolutionItem = styled__default["default"].span `
6871
6871
  color: #444;
6872
- font-family: "Poppins", "PT Sans";
6872
+ font-family: "PT Sans";
6873
6873
  font-size: 17px;
6874
6874
  font-style: normal;
6875
6875
  font-weight: 400;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "frst-components",
3
3
  "homepage": "http://FRST-Falconi.github.io/storybook.frstfalconi.com",
4
- "version": "0.32.7",
4
+ "version": "0.32.8",
5
5
  "private": false,
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",