Skip to content
Snippets Groups Projects
Commit 8d149c11 authored by Yehor Potebenko's avatar Yehor Potebenko
Browse files

fix: replace previous global font with Aleo

parent 38023e00
No related branches found
No related tags found
No related merge requests found
@import url('https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,300;0,400;1,300;1,700&display=swap');
@import './global-fonts';
html, html,
body { body {
height: 100%; height: 100%;
...@@ -29,5 +31,5 @@ img { ...@@ -29,5 +31,5 @@ img {
} }
body { body {
font-family: 'font', sans-serif; font-family: 'Aleo', serif;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment