Skip to content

Commit

Permalink
Merge pull request #6 from joranquinten/feat/typos
Browse files Browse the repository at this point in the history
feat(): fix typo & font
  • Loading branch information
joranquinten authored Mar 30, 2020
2 parents ec72177 + 0864ce6 commit 9b7d8fd
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
23 changes: 23 additions & 0 deletions src/components/layout.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
body {

font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 1.16rem;
font-weight: 200;
letter-spacing: 0.2px;
}
#app {
// prevents "swimming" layout on mobile
overflow: hidden;
Expand Down Expand Up @@ -44,6 +51,22 @@
animation: heartbeat 1.4s infinite;
}

h1,
h2,
h3,
h4,
h5 {
font-family: 'Roboto', sans-serif;
line-height: 1.05em;
}

.ui.text.container {
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 1.16rem;
font-weight: 200;
letter-spacing: 0.2px;
}

@keyframes heartbeat
{
0%
Expand Down
2 changes: 1 addition & 1 deletion src/pages/add.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const Add = () => {
<p>We controleren je gegevens en voegen het toe aan de interactieve kaart wanneer we vinden dat het een nuttige bijdrage is. In de regel gebeurt dit binnen een dag. Als we vinden dat er nog informatie ontbreekt, of als er een reden is dat we het niet plaatsen, laten we dat altijd even weten.</p>

<h2>Wat voor soort data wordt goedgekeurd?</h2>
<p>JIedereen kan bijdragen aan Meierijstad Connect. Of je nu via Skype wilt voorlezen aan kinderen, beschikbaar bent om gewoon even te kletsen, wat kleine boodschappen haalt of een nieuwe afhaaldienst wilt opzetten: hier kun je terecht.</p>
<p>Iedereen kan bijdragen aan Meierijstad Connect. Of je nu via Skype wilt voorlezen aan kinderen, beschikbaar bent om gewoon even te kletsen, wat kleine boodschappen haalt of een nieuwe afhaaldienst wilt opzetten: hier kun je terecht.</p>
<p>Vrijwilligers, profit of non-profit, we staan veel toe, als het bijdraagt aan het doel om de inwoners van Meierijstad te helpen.</p>

<h2>Hoe kan ik mijn gegevens verwijderen?</h2>
Expand Down
4 changes: 1 addition & 3 deletions src/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@ html {
// background-color: rgb(245, 245, 245);

h2 {
font-family: TamediaUI, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu,
Cantarell, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji,
Segoe UI Symbol, Noto Color Emoji !important;
font-family: Helvetica Neue,Arial,sans-serif;
font-size: 1em;
font-weight: bold;
}
Expand Down

0 comments on commit 9b7d8fd

Please sign in to comment.