mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-23 20:47:23 +00:00
14 lines
No EOL
270 B
CSS
14 lines
No EOL
270 B
CSS
/*Fonts*/
|
|
@font-face {
|
|
font-family: 'Oxygen';
|
|
src: url(../fonts/Oxygen/Oxygen-Regular.ttf) format('truetype');
|
|
}
|
|
@font-face {
|
|
font-family: 'Oxygen, Bold';
|
|
src: url(../fonts/Oxygen/Oxygen-Bold.ttf) format('truetype');
|
|
}
|
|
/*/Fonts*/
|
|
|
|
body {
|
|
font-family: Oxygen;
|
|
} |