Added body font-face specification

This commit is contained in:
V.H. Belvadi 2019-05-13 11:43:25 +05:30 committed by Alex Shpak
parent 3e43a1dbd7
commit 69758569de

View file

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