Skip to content

Commit

Permalink
feat(icons): New box, High-priority and MMS icons (#1188)
Browse files Browse the repository at this point in the history
  • Loading branch information
yceballost authored Jul 30, 2024
1 parent e6cef4e commit edff352
Show file tree
Hide file tree
Showing 28 changed files with 586 additions and 45 deletions.
20 changes: 15 additions & 5 deletions .storybook/css/roboto.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,38 +3,48 @@
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'),
src:
local('Roboto Light'),
local('Roboto-Light'),
url('./fonts/roboto-v20-latin-ext_latin-300.woff2') format('woff2');
}
/* roboto-regular - latin-ext_latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'),
src:
local('Roboto'),
local('Roboto-Regular'),
url('./fonts/roboto-v20-latin-ext_latin-regular.woff2') format('woff2');
}
/* roboto-italic - latin-ext_latin */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
src: local('Roboto Italic'), local('Roboto-Italic'),
src:
local('Roboto Italic'),
local('Roboto-Italic'),
url('./fonts/roboto-v20-latin-ext_latin-italic.woff2') format('woff2');
}
/* roboto-500 - latin-ext_latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: local('Roboto Medium'), local('Roboto-Medium'),
src:
local('Roboto Medium'),
local('Roboto-Medium'),
url('./fonts/roboto-v20-latin-ext_latin-500.woff2') format('woff2');
}
/* roboto-700 - latin-ext_latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'),
src:
local('Roboto Bold'),
local('Roboto-Bold'),
url('./fonts/roboto-v20-latin-ext_latin-700.woff2') format('woff2');
}
Loading

1 comment on commit edff352

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for mistica-web ready!

✅ Preview
https://mistica-myv32ql2l-flows-projects-65bb050e.vercel.app

Built with commit edff352.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.