Skip to content
Snippets Groups Projects
Commit 64bf4b7c authored by Richard Fernando Heise Ferreira's avatar Richard Fernando Heise Ferreira
Browse files

Merge branch 'issue-126/text-color' into 'develop'

Issue #126: UPDATE text color and font

See merge request !131
parents bf599e30 5b3f2c39
Branches
No related tags found
1 merge request!131Issue #126: UPDATE text color and font
Pipeline #38360 passed
File deleted
......@@ -16,7 +16,7 @@
@layer base {
html {
font-family: Ubuntu;
font-family: Inter;
--main: #f5f9f9;
--secondary: #00bacc;
--white: #ffffff;
......@@ -29,8 +29,8 @@
--violet: #56358c;
--pink: #e62954;
--red: #dc2626;
--text-color: #5e6b6b;
--text-color-click: #5e6b6b;
--text-color: #6C8080;
--text-color-click: #6C8080;
--main-hover: #dce1e1;
--button-filters: #e1e8e8;
--text-filter: #6c8080;
......
......@@ -11,10 +11,9 @@ export default function RootLayout({ children }) {
return (
<html lang="pt-BR">
<head>
<link rel="icon" href="/icon?png" type="image/png" sizes="png" />
<link rel="preconnect" href="https://fonts.googleapis.com"/>
<link rel="preconnect" href="https://fonts.gstatic.com" crossOrigin=""/>
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap" rel="stylesheet"/>
<link rel="preconnect" href="https://fonts.gstatic.com" crossOrigin/>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap" rel="stylesheet"/>
</head>
<body>
<Suspense fallback={<Loading />}>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment