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 */
|
/* Fonts */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Oxygen';
|
font-family: 'Oxygen';
|
||||||
src: url(../fonts/Oxygen/Oxygen-Regular.ttf) truetype;
|
src: url(../fonts/Oxygen/Oxygen-Regular.ttf);
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Oxygen, Bold';
|
font-family: 'Oxygen, Bold';
|
||||||
src: url(../fonts/Oxygen/Oxygen-Bold.ttf) truetype;
|
src: url(../fonts/Oxygen/Oxygen-Bold.ttf);
|
||||||
}
|
}
|
||||||
/* /Fonts */
|
/* /Fonts */
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: Oxygen;
|
font-family: 'Oxygen';
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
|
|
Loading…
Add table
Reference in a new issue