7 lines
185 B
CSS
7 lines
185 B
CSS
@font-face {
|
|
font-family: 'DejaVu Sans Mono';
|
|
src: url('/static/webclient/fonts/DejaVuSansMono-webfont.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|