2016-07-19 19:41:04 -07:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Libre Baskerville';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
src: local('Libre Baskerville'), local('LibreBaskerville-Regular'), url("../fonts/LibreBaskerville-Regular.ttf") format('truetype');
|
|
|
|
}
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Libre Baskerville';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 700;
|
|
|
|
src: local('Libre Baskerville Bold'), local('LibreBaskerville-Bold'), url("../fonts/LibreBaskerville-Bold") format('truetype');
|
|
|
|
}
|
2015-08-02 11:59:11 -07:00
|
|
|
|
|
|
|
body{
|
|
|
|
color: #444;
|
|
|
|
line-height: 21px;
|
|
|
|
font-size: 14px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
h1, h2, h3, h4, h5, h6{
|
|
|
|
font-family: 'Libre Baskerville';
|
|
|
|
color: #45b29d !important;
|
|
|
|
font-size: 20px !important;
|
|
|
|
}
|