mirror of https://github.com/ColorlibHQ/AdminLTE
commit
02c90680ff
|
@ -19,11 +19,11 @@ const cssPath = isRtl ? ".rtl" : "";
|
||||||
/>
|
/>
|
||||||
<!--end::Primary Meta Tags-->
|
<!--end::Primary Meta Tags-->
|
||||||
<!--begin::Fonts-->
|
<!--begin::Fonts-->
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
||||||
<link
|
<link
|
||||||
href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,700;1,400&display=swap"
|
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
|
href="https://cdn.jsdelivr.net/npm/@fontsource/source-sans-3@5.0.12/index.css"
|
||||||
|
integrity="sha256-tXJfXfp6Ewt1ilPzLDtQnJV4hclT9XuaZUKyUvmyr+Q="
|
||||||
|
crossorigin="anonymous"
|
||||||
/>
|
/>
|
||||||
<!--end::Fonts-->
|
<!--end::Fonts-->
|
||||||
<!--begin::Third Party Plugin(OverlayScrollbars)-->
|
<!--begin::Third Party Plugin(OverlayScrollbars)-->
|
||||||
|
|
|
@ -607,7 +607,7 @@ $aspect-ratios: (
|
||||||
|
|
||||||
// scss-docs-start font-variables
|
// scss-docs-start font-variables
|
||||||
// stylelint-disable value-keyword-case
|
// stylelint-disable value-keyword-case
|
||||||
$font-family-sans-serif: "Source Sans Pro", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default; // adminlte-modified
|
$font-family-sans-serif: "Source Sans 3", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default; // adminlte-modified
|
||||||
$font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !default;
|
$font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !default;
|
||||||
// stylelint-enable value-keyword-case
|
// stylelint-enable value-keyword-case
|
||||||
$font-family-base: var(--#{$prefix}font-sans-serif) !default;
|
$font-family-base: var(--#{$prefix}font-sans-serif) !default;
|
||||||
|
|
Loading…
Reference in New Issue