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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
41 changes: 30 additions & 11 deletions packages/shared/style/style.scss
Original file line number Diff line number Diff line change
@@ -1,20 +1,39 @@
/* dm-sans-500 - latin */
/* dm-sans latin-ext */
@font-face {
font-family: 'DM Sans';
font-style: normal;
font-style: italic;
font-weight: 500;
src: local('DM Sans Medium'), local('DMSans-Medium'),
url('../assets/fonts/dm-sans/dm-sans-v4-latin-500.woff2') format('woff2'),
/* Chrome 26+, Opera 23+, Firefox 39+ */ url('../assets/fonts/dm-sans/dm-sans-v4-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* dm-sans-700 - latin */
@font-face {
font-display: swap;
src: url('../assets/fonts/dm-sans/dm-sans-latin-ext-500.woff2') format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* dm-sans latin */
@font-face {
font-family: 'DM Sans';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url('../assets/fonts/dm-sans/dm-sans-latin-500.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* dm-sans latin-ext */
@font-face {
font-family: 'DM Sans';
font-style: normal;
font-weight: 700;
src: local('DM Sans Bold'), local('DMSans-Bold'), url('../assets/fonts/dm-sans/dm-sans-v4-latin-700.woff2') format('woff2'),
/* Chrome 26+, Opera 23+, Firefox 39+ */ url('../assets/fonts/dm-sans/dm-sans-v4-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
font-display: swap;
src: url('../assets/fonts/dm-sans/dm-sans-latin-ext-700.woff2') format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* dm-sans latin */
@font-face {
font-family: 'DM Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url('../assets/fonts/dm-sans/dm-sans-latin-700.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* dm-mono latin-ext */
@font-face {
Expand Down