Fix bold font issues
This commit is contained in:
@ -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 {
|
||||||
|
@ -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>
|
||||||
|
@ -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
BIN
public/fonts/Lato-Bold.ttf
Executable file
Binary file not shown.
Reference in New Issue
Block a user