mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-28 07:51:27 +00:00
15 lines
No EOL
255 B
CSS
15 lines
No EOL
255 B
CSS
/* Fonts */
|
|
@font-face {
|
|
font-family: 'Oxygen';
|
|
src: url(../fonts/Oxygen/Oxygen-Regular.ttf) truetype;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Oxygen, Bold';
|
|
src: url(../fonts/Oxygen/Oxygen-Bold.ttf) truetype;
|
|
}
|
|
/* /Fonts */
|
|
|
|
body {
|
|
font-family: Oxygen;
|
|
} |