Добавил шрифты в читалку

This commit is contained in:
Book Pauk
2019-01-17 20:58:57 +07:00
parent 1daa4324d3
commit 48808df3df
22 changed files with 61 additions and 6 deletions

View File

@@ -260,9 +260,63 @@ body, html, #app {
}
@font-face {
font-family: 'ReaderDefaultFont';
src:
url('fonts/reader-default-font.ttf') format('truetype');
font-family: 'ReaderDefault';
src: url('fonts/reader-default.woff') format('woff'),
url('fonts/reader-default.ttf') format('truetype');
}
/*url('fonts/myfont.woff') format('woff'),*/
@font-face {
font-family: 'Arial';
src: url('fonts/arial.woff') format('woff'),
url('fonts/arial.ttf') format('truetype');
}
@font-face {
font-family: 'ComicSansMS';
src: url('fonts/comic-sans-ms.woff') format('woff'),
url('fonts/comic-sans-ms.ttf') format('truetype');
}
@font-face {
font-family: 'OpenSans';
src: url('fonts/open-sans.woff') format('woff'),
url('fonts/open-sans.ttf') format('truetype');
}
@font-face {
font-family: 'Roboto';
src: url('fonts/roboto.woff') format('woff'),
url('fonts/roboto.ttf') format('truetype');
}
@font-face {
font-family: 'ArialNarrow';
src: url('fonts/arial-narrow.woff') format('woff'),
url('fonts/arial-narrow.ttf') format('truetype');
}
@font-face {
font-family: 'Georgia';
src: url('fonts/georgia.woff') format('woff'),
url('fonts/georgia.ttf') format('truetype');
}
@font-face {
font-family: 'Tahoma';
src: url('fonts/tahoma.woff') format('woff'),
url('fonts/tahoma.ttf') format('truetype');
}
@font-face {
font-family: 'Helvetica';
src: url('fonts/helvetica.woff') format('woff'),
url('fonts/helvetica.ttf') format('truetype');
}
@font-face {
font-family: 'CenturySchoolbook';
src: url('fonts/century-schoolbook.woff') format('woff'),
url('fonts/century-schoolbook.ttf') format('truetype');
}
</style>