diff --git a/src/containers/App/App.css b/src/containers/App/App.css index dfa64a41a3da59f51e367ea6df9d55e9ff0d63be..9e0b955552816d1c616bb760df4562943c48fc9c 100644 --- a/src/containers/App/App.css +++ b/src/containers/App/App.css @@ -11,7 +11,11 @@ body { overflow-x: hidden; /* overflow-y: hidden; */ cursor: url("https://static.igem.wiki/teams/5378/image/dg-cursor.png") 2 2, auto; - font-family: 'pangolin', sans-serif !important; + font-family: 'pangolin', cursive !important; + text-rendering: optimizeLegibility; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + font-size: 20px !important; /* cursor: help; */ } @@ -773,4 +777,8 @@ span.formula_line::-webkit-scrollbar-track { .margin-0 { margin: 0px !important; +} + +.model-font p { + padding-right: 20% !important; } \ No newline at end of file diff --git a/src/contents/model.tsx b/src/contents/model.tsx index d5e22cfdc17f47f217cc66ddf87cd9cb27014125..6a4592d1cf2e33b2654744e003d5ee34cf1c9c1a 100644 --- a/src/contents/model.tsx +++ b/src/contents/model.tsx @@ -63,7 +63,7 @@ export function Model() { <SideNavbar activeLink={activeLink} /> </div> - <div className="col-9"> + <div className="col-9 model-font"> <Element name="section1" className="element" id='section1'> <h2 className="center-text mt-5">Section 1 ODE Model of Biochemical Reactions</h2> <h3>1.1 Oxidation of Phenylethylamine</h3>