Skip to content

Commit

Permalink
Changed all fonts to Calibri
Browse files Browse the repository at this point in the history
guilefoylegaurav committed Jan 1, 2022
1 parent 95bf4ac commit 3eb3924
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
@@ -90,7 +90,7 @@ const App: React.FC = () => {
</div>

<div className='info'>
<h1>Conway's Game of Life</h1>
<h2>Conway's Game of Life</h2>
<span>It is a cellular automaton, and was invented by Cambridge mathematician John Conway.
It consists of a grid of cells which, based on a few mathematical rules, can live, die or multiply. Depending on the initial conditions, the cells form various patterns throughout the course of the game.
<p><a href='https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life'> Learn More</a></p>
6 changes: 4 additions & 2 deletions src/defaultStyles.css
Original file line number Diff line number Diff line change
@@ -4,21 +4,23 @@
margin-right: auto;
max-width: 80%;
text-align: center;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}


.right
{
float: right;
max-width: 500px;
max-width: 450px;

}

.info
{

margin-left: auto;
margin-right: auto;

font-size: 20px;
text-align: center;
}

0 comments on commit 3eb3924

Please sign in to comment.