Updated body font-family

Moved font-family to _fonts.scss for local loading of Oxygen.
This commit is contained in:
V.H. Belvadi 2019-05-13 11:19:04 +05:30 committed by Alex Shpak
parent 76f87feed6
commit 34ed60e45d

View file

@ -19,7 +19,6 @@ body {
color: $body-font-color; color: $body-font-color;
background: $body-background; background: $body-background;
font-family: "Oxygen", sans-serif;
font-weight: $body-font-weight; font-weight: $body-font-weight;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;