Fix bold font issues

This commit is contained in:
Berkeley Martinez
2015-10-30 15:43:50 -07:00
parent ffd265d93a
commit 9637c8739a
4 changed files with 20 additions and 9 deletions

View File

@ -10,7 +10,8 @@ html,body,div,span,a,li,td,th {
} }
bold { bold {
font-weight: 500; font-family: 'Lato-Bold', sans-serif;
font-weight: Bold;
} }
li, .wrappable { li, .wrappable {

View File

@ -1,5 +1,5 @@
import React, { PropTypes } from 'react'; import React, { PropTypes } from 'react';
import { Row, Col, Thumbnail, Panel } from 'react-bootstrap'; import { Well, Row, Col, Thumbnail, Panel } from 'react-bootstrap';
const defaultImage = const defaultImage =
'https://s3.amazonaws.com/freecodecamp/camper-image-placeholder.png'; 'https://s3.amazonaws.com/freecodecamp/camper-image-placeholder.png';
@ -85,13 +85,18 @@ export default React.createClass({
<p>{ description }</p> <p>{ description }</p>
</Col> </Col>
</Row> </Row>
<Row> <Well>
<Col <Row>
md={ 6 } <Col
mdOffset={ 3 }> md={ 6 }
<bold>How do I apply? </bold> { howToApply } mdOffset={ 3 }>
</Col> <bold>How do I apply? </bold>
</Row> <br />
<br />
{ howToApply }
</Col>
</Row>
</Well>
</Panel> </Panel>
</Col> </Col>
</Row> </Row>

View File

@ -7,3 +7,8 @@
font-family: "Lato Light"; font-family: "Lato Light";
src: url(/fonts/Lato-Light.ttf) format("truetype"); src: url(/fonts/Lato-Light.ttf) format("truetype");
} }
@font-face {
font-family: "Lato Bold";
src: url(/fonts/Lato-Bold.ttf) format("truetype");
}

BIN
public/fonts/Lato-Bold.ttf Executable file

Binary file not shown.