mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-23 20:47:23 +00:00
fix: Oxygen font works again
This commit is contained in:
parent
9069f48756
commit
74cd247455
1 changed files with 3 additions and 3 deletions
|
@ -1,17 +1,17 @@
|
|||
/* Fonts */
|
||||
@font-face {
|
||||
font-family: 'Oxygen';
|
||||
src: url(../fonts/Oxygen/Oxygen-Regular.ttf) truetype;
|
||||
src: url(../fonts/Oxygen/Oxygen-Regular.ttf);
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Oxygen, Bold';
|
||||
src: url(../fonts/Oxygen/Oxygen-Bold.ttf) truetype;
|
||||
src: url(../fonts/Oxygen/Oxygen-Bold.ttf);
|
||||
}
|
||||
/* /Fonts */
|
||||
|
||||
body {
|
||||
font-family: Oxygen;
|
||||
font-family: 'Oxygen';
|
||||
}
|
||||
|
||||
html {
|
||||
|
|
Loading…
Add table
Reference in a new issue