fix: Oxygen font works again

This commit is contained in:
Harsh 2020-06-08 09:50:58 +05:30
parent 9069f48756
commit 74cd247455

View file

@ -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 {