add fonts in newer, better compressed formats
This commit is contained in:
parent
d12af6d203
commit
3cd6af9ef9
@ -322,7 +322,9 @@ input[type=range]:disabled {
|
|||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'roboto-mono';
|
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-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
BIN
htdocs/fonts/RobotoMono-Regular.woff
Normal file
BIN
htdocs/fonts/RobotoMono-Regular.woff
Normal file
Binary file not shown.
BIN
htdocs/fonts/RobotoMono-Regular.woff2
Normal file
BIN
htdocs/fonts/RobotoMono-Regular.woff2
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user