mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-11 22:28:43 +00:00
8 lines
189 B
CSS
8 lines
189 B
CSS
@font-face {
|
|
font-family: 'Halflings';
|
|
src: url('/tools/runner/fonts/glyphicons-halflings-regular.woff') format('woff');
|
|
}
|
|
|
|
body {
|
|
font-family: 'Halflings', Fallback, sans-serif;
|
|
} |