mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-31 09:21:29 +00:00
fix: Add Oxygen font back
This commit is contained in:
parent
9a05816be9
commit
c2b334d60b
1 changed files with 9 additions and 5 deletions
|
@ -1,11 +1,15 @@
|
||||||
/* Fonts */
|
/* 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 */
|
/* /Fonts */
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: Oxygen;
|
font-family: Oxygen;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue