fix(donate): update font to Lato on paragraphs

This commit is contained in:
Ahmad Abdolsaheb
2019-11-19 16:47:57 +03:00
committed by Mrugesh Mohapatra
parent 1da1f7d0be
commit a5969ac0e5
3 changed files with 8 additions and 2 deletions

View File

@ -153,3 +153,9 @@ li.disabled > a {
border: 2px solid var(--gray-15) !important;
color: var(--gray-15) !important;
}
.donate-text p,
.donation-description,
[name='payment-method'] {
font-family: 'Lato', sans-serif;
}

View File

@ -184,7 +184,7 @@ class DonateForm extends Component {
{this.renderAmountButtons(duration)}
</ToggleButtonGroup>
<Spacer />
<p>
<p className='donation-description'>
{`Your `}
{this.getFormatedAmountLabel(donationAmount)}
{` donation will provide `}

View File

@ -3,7 +3,7 @@ import { Row, Col } from '@freecodecamp/react-bootstrap';
const DonateText = () => {
return (
<Row>
<Row className='donate-text'>
<Col sm={10} smOffset={1} xs={12}>
<p>freeCodeCamp is a highly efficient education nonprofit.</p>
<p>