diff --git a/core/package.json b/core/package.json index 6145d1fe2..9fb97e5d5 100644 --- a/core/package.json +++ b/core/package.json @@ -31,7 +31,8 @@ "copy": "pnpm run copy-img && pnpm run copy-libs && pnpm run copy-fonts", "copy-img": "shx mkdir -p dist/img && shx cp -rf img/* dist/img", "copy-libs": "node .build/copy-libs.mjs", - "copy-fonts": "node .build/copy-fonts.mjs", + "copy-fonts": "shx mkdir -p dist/fonts && shx cp -rf fonts/* dist/fonts", + "import-fonts": "node .build/import-fonts.mjs", "watch": "concurrently \"pnpm run watch-css\" \"pnpm run watch-js\"", "watch-css": "nodemon --watch scss/ --ext scss --exec \"pnpm run css-compile && pnpm run css-prefix\"", "watch-js": "nodemon --watch js/ --ext js --exec \"pnpm run js-compile\"", diff --git a/core/scss/_variables.scss b/core/scss/_variables.scss index c5224f220..27daafffb 100644 --- a/core/scss/_variables.scss +++ b/core/scss/_variables.scss @@ -442,7 +442,7 @@ $font-weight-base: $font-weight-normal !default; $headings-font-family: null !default; $headings-font-style: null !default; $headings-line-height: 1.2 !default; -$headings-font-weight: var(--#{$prefix}font-weight-medium) !default; +$headings-font-weight: var(--#{$prefix}font-weight-semibold) !default; $headings-margin-bottom: var(--#{$prefix}spacer) !default; $headings-color: inherit !default; @@ -805,8 +805,8 @@ $icon-color: var(--#{$prefix}gray-400) !default; // Code $code-color: light-dark(var(--#{$prefix}gray-600), var(--#{$prefix}gray-400)) !default; $code-bg: light-dark(var(--#{$prefix}gray-100), var(--#{$prefix}gray-900)) !default; -$code-font-size: $font-size-reative-sm !default; -$code-line-height: 1.25rem !default; +$code-font-size: $font-size-reative-md !default; +$code-line-height: 1.7142857em !default; $pre-padding: 1rem !default; $pre-bg: var(--#{$prefix}bg-surface-dark) !default; diff --git a/core/scss/ui/_type.scss b/core/scss/ui/_type.scss index 4975ad53b..a3811ce79 100644 --- a/core/scss/ui/_type.scss +++ b/core/scss/ui/_type.scss @@ -122,7 +122,7 @@ pre { background: $pre-bg; color: $pre-color; border-radius: var(--#{$prefix}border-radius); - line-height: $line-height-base; + line-height: $code-line-height; @include scrollbar; diff --git a/docs/content/emails/index.md b/docs/content/emails/index.md index 15ca29cb9..d997e7038 100644 --- a/docs/content/emails/index.md +++ b/docs/content/emails/index.md @@ -1,5 +1,6 @@ --- title: Tabler Emails +menu-title: Emails seoTitle: Tabler Emails - premium email templates icon: mail order: 4 diff --git a/docs/content/icons/index.md b/docs/content/icons/index.md index b4c1338ff..0f035c056 100644 --- a/docs/content/icons/index.md +++ b/docs/content/icons/index.md @@ -1,5 +1,6 @@ --- title: Tabler Icons +menu-title: Icons summary: Tabler Icons is a powerful and versatile icon library that offers a huge collection of high quality icons suitable for a wide range of applications. With its clean and modern aesthetic, extensive customization options, and user-friendly website and plugins, Tabler Icons is an excellent resource for designers and developers looking to enhance their projects with high-quality icons. icon: ghost order: 2 diff --git a/docs/content/illustrations/index.md b/docs/content/illustrations/index.md index ce6692210..6cd4210f2 100644 --- a/docs/content/illustrations/index.md +++ b/docs/content/illustrations/index.md @@ -1,5 +1,6 @@ --- title: Tabler Illustrations +menu-title: Illustrations order: 3 icon: paint description: Customizable illustrations for modern web and mobile designs. diff --git a/docs/content/ui/index.md b/docs/content/ui/index.md index dcb341b33..bc973534c 100644 --- a/docs/content/ui/index.md +++ b/docs/content/ui/index.md @@ -1,5 +1,6 @@ --- title: Tabler UI +menu-title: Admin Template order: 1 icon: layout description: Free and open source web application UI kit based on Bootstrap diff --git a/shared/includes/docs/navbar.html b/shared/includes/docs/navbar.html index 2b188d764..926de3d16 100644 --- a/shared/includes/docs/navbar.html +++ b/shared/includes/docs/navbar.html @@ -60,7 +60,7 @@