add fonts in newer, better compressed formats

This commit is contained in:
Jakob Ketterl 2020-09-12 19:01:51 +02:00
parent d12af6d203
commit 3cd6af9ef9
4 changed files with 3 additions and 1 deletions

View File

@ -322,7 +322,9 @@ input[type=range]:disabled {
@font-face {
font-family: 'roboto-mono';
src: url('../fonts/RobotoMono-Regular.ttf');
src: url('../fonts/RobotoMono-Regular.woff2') format('woff2'),
url('../fonts/RobotoMono-Regular.woff') format('woff'),
url('../fonts/RobotoMono-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

Binary file not shown.

Binary file not shown.

Binary file not shown.