From 5de312b1dc65196ec3616b980c5501fb2863a53b Mon Sep 17 00:00:00 2001 From: simmmpleweb <90040741+simmmpleweb@users.noreply.github.com> Date: Thu, 8 Sep 2022 19:52:53 +0300 Subject: [PATCH] Added roboto 2.0.3 --- .gitignore | 1 + CHANGELOG.md | 5 ++++ README.md | 1 - public/index.html | 5 +++- src/theme/foundations/fonts.js | 3 -- src/theme/styles.js | 34 +++++++++++----------- src/theme/theme.js | 52 ++++++++++++++++------------------ 7 files changed, 52 insertions(+), 49 deletions(-) delete mode 100644 src/theme/foundations/fonts.js diff --git a/.gitignore b/.gitignore index d1cb904cf..5eb9aecc8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules +yarn.lock package-lock.json build diff --git a/CHANGELOG.md b/CHANGELOG.md index 923870dd3..475256619 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## [2.0.3] 2022-09-08 + +### Update v2.0.3 + +- We deleted `fonts.js` and now you can change the fonts directly in `src/theme/styles.js`. ## [2.0.2] 2022-05-16 ### Update v2.0.2 diff --git a/README.md b/README.md index 27e078e35..2b3fc7d00 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,6 @@ purity-ui-dashboard/ │ │ └── drawer.js │ ├── foundations │ │ ├── breakpoints.js - │ │ ├── fonts.js │ │ └── text.js │ ├── styles.js │ └── theme.js diff --git a/public/index.html b/public/index.html index 669378993..e74550a4f 100644 --- a/public/index.html +++ b/public/index.html @@ -67,7 +67,10 @@ + /> + + +