@uxf/cms 6.0.0-beta.52 → 6.0.0-beta.53

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uxf/cms",
3
- "version": "6.0.0-beta.52",
3
+ "version": "6.0.0-beta.53",
4
4
  "description": "UXF Cms",
5
5
  "author": "UXFans <dev@uxf.cz>",
6
6
  "homepage": "https://gitlab.com/uxf-npm/cms#readme",
@@ -3,9 +3,6 @@ module.exports = {
3
3
  presets: [require("@uxf/ui/utils/tailwind-config")],
4
4
  content: [],
5
5
  theme: {
6
- fontFamily: {
7
- sans: 'inter-custom, inter-fallback, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"',
8
- },
9
6
  extend: {
10
7
  colors: {
11
8
  dataGridPrimary: "#140939",