mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 15:28:39 +09: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;
|
||
|
|
}
|