diff --git a/web/frontend/src/App.tsx b/web/frontend/src/App.tsx index 3445c87..efe062f 100644 --- a/web/frontend/src/App.tsx +++ b/web/frontend/src/App.tsx @@ -5,6 +5,7 @@ import CognitoProvider from '@/features/cognito/cognito-hosted'; import Header from '@/components/Header'; import Footer from '@/components/Footer'; import './index.css'; +import './fonts.css'; const queryClient = new QueryClient(); const Home = lazy(() => import('@/pages/Home/Home')); diff --git a/web/frontend/src/fonts.css b/web/frontend/src/fonts.css new file mode 100644 index 0000000..36c37a9 --- /dev/null +++ b/web/frontend/src/fonts.css @@ -0,0 +1,10 @@ +@font-face { + font-family: 'Gellix-Regular'; + src: url('./fonts/Gellix-Regular/Gellix-Regular.eot'); + src: url('./fonts/Gellix-Regular/Gellix-Regular.woff2') format('woff2'), + url('./fonts/Gellix-Regular/Gellix-Regular.woff') format('woff'); +} + +body { + font-family: 'Gellix-Regular', sans-serif; +} diff --git a/web/frontend/src/fonts/Gellix-Regular/Gellix-Regular.eot b/web/frontend/src/fonts/Gellix-Regular/Gellix-Regular.eot new file mode 100644 index 0000000..f2ff43c Binary files /dev/null and b/web/frontend/src/fonts/Gellix-Regular/Gellix-Regular.eot differ diff --git a/web/frontend/src/fonts/Gellix-Regular/Gellix-Regular.woff b/web/frontend/src/fonts/Gellix-Regular/Gellix-Regular.woff new file mode 100644 index 0000000..77d25bb Binary files /dev/null and b/web/frontend/src/fonts/Gellix-Regular/Gellix-Regular.woff differ diff --git a/web/frontend/src/fonts/Gellix-Regular/Gellix-Regular.woff2 b/web/frontend/src/fonts/Gellix-Regular/Gellix-Regular.woff2 new file mode 100644 index 0000000..6e0295e Binary files /dev/null and b/web/frontend/src/fonts/Gellix-Regular/Gellix-Regular.woff2 differ diff --git a/web/frontend/src/pages/About/About.module.css b/web/frontend/src/pages/About/About.module.css index 58aaf03..87b5bb7 100644 --- a/web/frontend/src/pages/About/About.module.css +++ b/web/frontend/src/pages/About/About.module.css @@ -10,7 +10,7 @@ .Breadcrumbs{ color: #212121; font-size: 16px; - font-family: Gellix; + font-family: Gellix-Regular; font-weight: 500; line-height: 24px; letter-spacing: 0.03px; @@ -23,7 +23,7 @@ font-feature-settings: 'clig' off, 'liga' off; /* header/h2 */ - font-family: Gellix; + font-family: Gellix-Regular; font-size: 34px; font-style: normal; font-weight: 400; @@ -37,7 +37,7 @@ font-feature-settings: 'clig' off, 'liga' off; padding-top:8px; /* body/body 1-regular */ - font-family: Gellix; + font-family: Gellix-Regular; font-size: 16px; font-style: normal; font-weight: 400; @@ -49,7 +49,7 @@ color: var(--grey-900, #212121); font-feature-settings: 'clig' off, 'liga' off; /* header/h4 */ - font-family: Gellix; + font-family: Gellix-Regular; font-size: 20px; font-style: normal; font-weight: 500; @@ -68,7 +68,9 @@ .gap{ padding-bottom:40px; } - +.spacer { + padding-bottom: 8px; +} @keyframes shadowEffect { 0% { box-shadow: 0 0 0 0 #757575; diff --git a/web/frontend/src/pages/About/About.tsx b/web/frontend/src/pages/About/About.tsx index 82bc9f2..e56f621 100644 --- a/web/frontend/src/pages/About/About.tsx +++ b/web/frontend/src/pages/About/About.tsx @@ -66,7 +66,7 @@ const About: React.FC = ({highlightedParagraph, highlight}) => {

The piro platform is developed by a team of researchers and software developers at Toyota Research Institute: Murat Aykol, Joseph Montoya, Jens Hummelshøj, Chris Fajardo, Michael Puzon, and Reko Ong. - If you have any questions or feedback, please reach out to us at em-piro@tri.global + If you have any questions or feedback, please reach out to us at em-piro@tri.global.

@@ -75,8 +75,9 @@ const About: React.FC = ({highlightedParagraph, highlight}) => {

Code

If you’d like to use the python interface to piro, or to access the code for this site, - please visit our github page: https://github.com/TRI-AMDD/piro. + please visit our github page: https://github.com/TRI-AMDD/piro. Tutorial jupyter notebooks showing how to use piro locally are provided in the notebooks folder. +

@@ -86,8 +87,8 @@ const About: React.FC = ({highlightedParagraph, highlight}) => {

Manuscript

For more information about the physical theory behind piro, please read our paper, - “Rational Solid-State Synthesis Routes for Inorganic Materials” by Murat Aykol et al. - (https://pubs.acs.org/doi/abs/10.1021/jacs.1c04888). + “Rational Solid-State Synthesis Routes for Inorganic Materials” by Murat Aykol et al. (https://pubs.acs.org/doi/abs/10.1021/jacs.1c04888). +