New Inter font

This commit is contained in:
Manuel Romero
2024-04-25 13:42:15 +02:00
parent 1946316ff4
commit ff6fa02e94
44 changed files with 3620 additions and 3613 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -26,8 +26,8 @@
data-access-token-storage="session"
data-auto-redirect="true"></script>
<link rel="stylesheet" href="styles.3b2b6672156f20378f8f.css"></head>
<link rel="stylesheet" href="styles.1bc7037f28737ca10a79.css"></head>
<body>
<app-root></app-root>
<script src="runtime.c51bd5b1c616d9ffddc1.js" defer></script><script src="polyfills-es5.6fef7e679f78bcc42760.js" nomodule defer></script><script src="polyfills.51f5cc3d1309de3a873d.js" defer></script><script src="scripts.1af868998801499c8755.js" defer></script><script src="main.11bdb72f583e75ebda16.js" defer></script></body>
<script src="runtime.c51bd5b1c616d9ffddc1.js" defer></script><script src="polyfills-es5.6fef7e679f78bcc42760.js" nomodule defer></script><script src="polyfills.51f5cc3d1309de3a873d.js" defer></script><script src="scripts.853c00d8bb7e9f398aac.js" defer></script><script src="main.58753b96f39c9287595e.js" defer></script></body>
</html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -26,8 +26,8 @@
data-access-token-storage="session"
data-auto-redirect="true"></script>
<link rel="stylesheet" href="styles.3b2b6672156f20378f8f.css"></head>
<link rel="stylesheet" href="styles.1bc7037f28737ca10a79.css"></head>
<body>
<app-root></app-root>
<script src="runtime.c51bd5b1c616d9ffddc1.js" defer></script><script src="polyfills-es5.6fef7e679f78bcc42760.js" nomodule defer></script><script src="polyfills.51f5cc3d1309de3a873d.js" defer></script><script src="scripts.1af868998801499c8755.js" defer></script><script src="main.11bdb72f583e75ebda16.js" defer></script></body>
<script src="runtime.c51bd5b1c616d9ffddc1.js" defer></script><script src="polyfills-es5.6fef7e679f78bcc42760.js" nomodule defer></script><script src="polyfills.51f5cc3d1309de3a873d.js" defer></script><script src="scripts.853c00d8bb7e9f398aac.js" defer></script><script src="main.58753b96f39c9287595e.js" defer></script></body>
</html>

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,5 @@
body {
font-family: 'Source Sans Pro', sans-serif;
font-family: 'Inter', sans-serif;
background-color: var(--color-bg);
background: #006580;
}

View File

@@ -11,7 +11,7 @@
.revVar-item {
font-family: "Source Sans Pro", sans-serif;
font-family: "Inter", sans-serif;
font-size: 14px;
font-weight: 600;
color: #aaa;

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -3,6 +3,13 @@
@import "~font-awesome/css/font-awesome.css";
@import "~leonardo-ui/dist/leonardo-ui.css";
@font-face {
font-family: "Inter";
src: url("assets/inter-font/Inter-Regular.ttf");
font-weight: normal;
font-style: normal;
}
* {
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-touch-callout: none;
@@ -34,7 +41,7 @@ p.card-text.qmicardtext {
}
body {
font-family: "Source Sans Pro",sans-serif !important;
font-family: "Inter" !important;
/*color: #162a4b !important;*/
color: #444 !important;
font-size: inherit !important;