blob: 30dd02cdb73d6da3e3c796d0b28535d788b8b6fc (
plain)
1
2
3
4
5
6
7
8
|
@font-face {
font-family: 'Halflings';
src: url('/tools/runner/fonts/glyphicons-halflings-regular.woff') format('woff');
}
body {
font-family: 'Halflings', Fallback, sans-serif;
}
|