summaryrefslogtreecommitdiff
path: root/scss/custom-properties/typography
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+joeacarstairs@users.noreply.github.com>2024-10-05 17:27:40 +0100
committerGitHub <noreply@github.com>2024-10-05 17:27:40 +0100
commit2febffe5e3036c4b35dff4a8b274f42a7f8fef42 (patch)
tree7287800600f340871620631b8431cef37fc58891 /scss/custom-properties/typography
parent285023b7c6bac87e049df0d8040ecd8f4a16ae78 (diff)
parentfdf28cb097596159a002326823f374a64e95c23c (diff)
Merge pull request #103 from joeacarstairs/staging
Update prod
Diffstat (limited to 'scss/custom-properties/typography')
-rw-r--r--scss/custom-properties/typography/_initial.scss36
-rw-r--r--scss/custom-properties/typography/_lg.scss1
-rw-r--r--scss/custom-properties/typography/_md.scss1
-rw-r--r--scss/custom-properties/typography/_mixins.scss1
-rw-r--r--scss/custom-properties/typography/_sm.scss1
-rw-r--r--scss/custom-properties/typography/_xl.scss1
-rw-r--r--scss/custom-properties/typography/_xs.scss1
-rw-r--r--scss/custom-properties/typography/_xxl.scss1
8 files changed, 5 insertions, 38 deletions
diff --git a/scss/custom-properties/typography/_initial.scss b/scss/custom-properties/typography/_initial.scss
index c9d95da..a81fd2a 100644
--- a/scss/custom-properties/typography/_initial.scss
+++ b/scss/custom-properties/typography/_initial.scss
@@ -6,36 +6,10 @@
@include mixins.font-sizes();
--border-width: #{typography-values.border-width()};
- --font-serif:
- Alegreya,
- -apple-system-ui-serif,
- Iowan Old Style,
- Apple Garamond,
- Baskerville,
- Sitka, "Sitka Display", "Sitka Heading", "Sitka Text",
- Times New Roman,
- Droid Serif,
- Times,
- Source Serif Pro,
- serif,
- Apple Color Emoji,
- Segoe UI Emoji,
- Segoe UI Symbol;
+ --font-serif: Alegreya, -apple-system-ui-serif, Iowan Old Style, Apple Garamond, Baskerville,
+ Sitka, 'Sitka Display', 'Sitka Heading', 'Sitka Text', Times New Roman, Droid Serif, Times,
+ Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
- --font-sans-serif:
- 'Alegreya Sans',
- Lato,
- -apple-system,
- BlinkMacSystemFont,
- avenir next,
- avenir,
- segoe ui,
- helvetica neue,
- helvetica,
- Cantarell,
- Ubuntu,
- roboto,
- noto,
- arial,
- sans-serif;
+ --font-sans-serif: 'Alegreya Sans', Lato, -apple-system, BlinkMacSystemFont, avenir next, avenir,
+ segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
}
diff --git a/scss/custom-properties/typography/_lg.scss b/scss/custom-properties/typography/_lg.scss
index 30a3019..ff1a645 100644
--- a/scss/custom-properties/typography/_lg.scss
+++ b/scss/custom-properties/typography/_lg.scss
@@ -6,4 +6,3 @@
@include mixins.font-sizes(lg);
--border-width: #{typography-values.border-width(lg)};
}
-
diff --git a/scss/custom-properties/typography/_md.scss b/scss/custom-properties/typography/_md.scss
index df49bdd..5b0752f 100644
--- a/scss/custom-properties/typography/_md.scss
+++ b/scss/custom-properties/typography/_md.scss
@@ -6,4 +6,3 @@
@include mixins.font-sizes(md);
--border-width: #{typography-values.border-width(md)};
}
-
diff --git a/scss/custom-properties/typography/_mixins.scss b/scss/custom-properties/typography/_mixins.scss
index a370356..a23b8f6 100644
--- a/scss/custom-properties/typography/_mixins.scss
+++ b/scss/custom-properties/typography/_mixins.scss
@@ -9,4 +9,3 @@
--font-size-5: #{typography-values.font-size('5', $breakpoint)};
--font-size-6: #{typography-values.font-size('6', $breakpoint)};
}
-
diff --git a/scss/custom-properties/typography/_sm.scss b/scss/custom-properties/typography/_sm.scss
index e1c3585..7f70eb8 100644
--- a/scss/custom-properties/typography/_sm.scss
+++ b/scss/custom-properties/typography/_sm.scss
@@ -6,4 +6,3 @@
@include mixins.font-sizes(sm);
--border-width: #{typography-values.border-width(sm)};
}
-
diff --git a/scss/custom-properties/typography/_xl.scss b/scss/custom-properties/typography/_xl.scss
index 0ddba99..f378dac 100644
--- a/scss/custom-properties/typography/_xl.scss
+++ b/scss/custom-properties/typography/_xl.scss
@@ -6,4 +6,3 @@
@include mixins.font-sizes(xl);
--border-width: #{typography-values.border-width(xl)};
}
-
diff --git a/scss/custom-properties/typography/_xs.scss b/scss/custom-properties/typography/_xs.scss
index 44d8bbb..31ff2f1 100644
--- a/scss/custom-properties/typography/_xs.scss
+++ b/scss/custom-properties/typography/_xs.scss
@@ -6,4 +6,3 @@
@include mixins.font-sizes(xs);
--border-width: #{typography-values.border-width(xs)};
}
-
diff --git a/scss/custom-properties/typography/_xxl.scss b/scss/custom-properties/typography/_xxl.scss
index 1a777dc..59db477 100644
--- a/scss/custom-properties/typography/_xxl.scss
+++ b/scss/custom-properties/typography/_xxl.scss
@@ -6,4 +6,3 @@
@include mixins.font-sizes(xxl);
--border-width: #{typography-values.border-width(xxl)};
}
-