Добавил шрифт Avrile

This commit is contained in:
Book Pauk
2019-01-25 19:45:45 +07:00
parent 3d55ad2291
commit bdf0388049
4 changed files with 13 additions and 2 deletions

View File

@@ -291,4 +291,10 @@ body, html, #app {
src: url('fonts/rubik.woff2') format('woff2');
}
@font-face {
font-family: 'Avrile';
src: url('fonts/avrile.woff') format('woff'),
url('fonts/avrile.ttf') format('truetype');
}
</style>