Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .storybook/preview-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<style>
.sbdocs,
.sbdocs-title {
font-family: 'Roboto';
font-family: Roboto, sans-serif !important;
}
.sbdocs.sbdocs-wrapper {
justify-content: flex-start;
Expand Down
2 changes: 1 addition & 1 deletion .storybook/preview.less
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
}

body {
@font-14-400();
@body-compact-01();
}

#storybook-root {
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed assets/fonts/roboto-v47-latin_latin-ext-600.woff2
Binary file not shown.
Binary file added assets/fonts/roboto-v47-latin_latin-ext-700.woff2
Binary file not shown.
40 changes: 34 additions & 6 deletions less/font.less
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/* Generated with: https://gwfh.mranftl.com/fonts/roboto?subsets=latin,latin-ext */

// stylelint-disable @bluecateng/property-strict-value

// Generated with: https://gwfh.mranftl.com/fonts/roboto?subsets=latin,latin-ext
/* roboto-300 - latin_latin-ext */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
Expand All @@ -11,7 +10,6 @@
src: url('../assets/fonts/roboto-v47-latin_latin-ext-300.woff2')
format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-regular - latin_latin-ext */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
Expand All @@ -21,13 +19,43 @@
src: url('../assets/fonts/roboto-v47-latin_latin-ext-regular.woff2')
format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-600 - latin_latin-ext */
/* roboto-700 - latin_latin-ext */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: url('../assets/fonts/roboto-v47-latin_latin-ext-700.woff2')
format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

// Generated with: https://gwfh.mranftl.com/fonts/roboto-condensed?subsets=latin,latin-ext
/* roboto-condensed-regular - latin_latin-ext */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
src: url('../assets/fonts/roboto-condensed-v27-latin_latin-ext-regular.woff2')
format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-600 - latin_latin-ext */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 600;
src: url('../assets/fonts/roboto-v47-latin_latin-ext-600.woff2')
src: url('../assets/fonts/roboto-condensed-v27-latin_latin-ext-600.woff2')
format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

// Generated with: https://gwfh.mranftl.com/fonts/inconsolata?subsets=latin,latin-ext
/* inconsolata-regular - latin_latin-ext */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Inconsolata';
font-style: normal;
font-weight: 400;
src: url('../assets/fonts/inconsolata-v32-latin_latin-ext-regular.woff2')
format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}