font fix 4

master
AlexRoidl 7 years ago
parent 721f4ad032
commit d267b780a0

BIN
.DS_Store vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 792 KiB

After

Width:  |  Height:  |  Size: 792 KiB

Before

Width:  |  Height:  |  Size: 368 KiB

After

Width:  |  Height:  |  Size: 368 KiB

@ -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; }

Loading…
Cancel
Save