Разборки со шрифтами

This commit is contained in:
Book Pauk
2019-01-26 10:19:45 +07:00
parent e566fa606b
commit c32a12e61f
4 changed files with 7 additions and 7 deletions

View File

@@ -281,11 +281,6 @@ body, html, #app {
url('fonts/roboto.ttf') format('truetype');
}
@font-face {
font-family: 'Archivo';
src: url('fonts/archivo.woff2') format('woff2');
}
@font-face {
font-family: 'Rubik';
src: url('fonts/rubik.woff2') format('woff2');
@@ -297,4 +292,9 @@ body, html, #app {
url('fonts/avrile.ttf') format('truetype');
}
@font-face {
font-family: 'Arimo';
src: url('fonts/arimo.woff2') format('woff2');
}
</style>