|
|
|
@ -9,18 +9,15 @@
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: 'librebaskerville-regular';
|
|
|
|
|
src: url('fonts/LibreBaskerville-Regular.eot'); /* IE9 Compat Modes */
|
|
|
|
|
src: url('fonts/LibreBaskerville-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
|
|
|
url('fonts/LibreBaskerville-Regular.woff') format('woff'), /* Pretty Modern Browsers */
|
|
|
|
|
url('fonts/LibreBaskerville-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
|
|
|
|
|
url('fonts/LibreBaskerville-Regular.svg#librebaskerville-regular') format('svg'); /* Legacy iOS */
|
|
|
|
|
src: url('LibreBaskerville-Regular.eot?#iefix') format('embedded-opentype'), url('LibreBaskerville-Regular.woff') format('woff'), url('LibreBaskerville-Regular.ttf') format('truetype'), url('LibreBaskerville-Regular.svg#LibreBaskerville-Regular') format('svg');
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
font-family: 'librebaskerville-italic';
|
|
|
|
|
src: url('fonts/LibreBaskerville-Italic.eot'); /* IE9 Compat Modes */
|
|
|
|
|
src: url('fonts/LibreBaskerville-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
|
|
|
url('fonts/LibreBaskerville-Italic.woff') format('woff'), /* Pretty Modern Browsers */
|
|
|
|
|
url('fonts/LibreBaskerville-Italic.ttf') format('truetype'), /* Safari, Android, iOS */
|
|
|
|
|
url('fonts/LibreBaskerville-Italic.svg#librebaskerville-italic') format('svg'); /* Legacy iOS */
|
|
|
|
|
src: url('LibreBaskerville-Italic.eot?#iefix') format('embedded-opentype'), url('LibreBaskerville-Italic.woff') format('woff'), url('LibreBaskerville-Italic.ttf') format('truetype'), url('LibreBaskerville-Italic.svg#LibreBaskerville-Italic') format('svg');
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
* { box-sizing: border-box; }
|
|
|
|
|