Доработки подгрузки шрифтов

This commit is contained in:
Book Pauk
2019-01-25 03:06:53 +07:00
parent 7e5314887a
commit 94b0c9def1
4 changed files with 69 additions and 42 deletions

View File

@@ -286,4 +286,9 @@ body, html, #app {
src: url('fonts/archivo.woff2') format('woff2');
}
@font-face {
font-family: 'Rubik';
src: url('fonts/rubik.woff2') format('woff2');
}
</style>