diff options
author | V.H. Belvadi <hello@vhbelvadi.com> | 2019-05-13 11:42:42 +0530 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-05-15 09:53:49 +0200 |
commit | 3e43a1dbd7ecee51218b8fbf4460d2460002ffda (patch) | |
tree | 01b028967b153d3a019db92df71a353f3684e74a /assets | |
parent | 20950f48501239eeaeca8cea83f5b316f3ca7919 (diff) |
Removed body font-face specification
Diffstat (limited to 'assets')
-rw-r--r-- | assets/_fonts.scss | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/assets/_fonts.scss b/assets/_fonts.scss index 128f22e..549fddc 100644 --- a/assets/_fonts.scss +++ b/assets/_fonts.scss @@ -50,7 +50,3 @@ url('oxygen-mono-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('oxygen-mono-v6-latin-regular.svg#OxygenMono') format('svg'); /* Legacy iOS */ } -/* Apply font to body */ -body { - font-family: "Oxygen", sans-serif; -}
\ No newline at end of file |