mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 09:53:07 +09:00
8 lines
No EOL
189 B
CSS
8 lines
No EOL
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;
|
|
} |