From 25115c305c2e0c949be9287596038c4a2d313e37 Mon Sep 17 00:00:00 2001 From: Colin Maudry Date: Thu, 29 Jan 2026 02:25:24 +0100 Subject: [PATCH] Smoothing des fonts, logo plus fin --- src/assets/css/style.css | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/src/assets/css/style.css b/src/assets/css/style.css index 4505125..e1886f8 100644 --- a/src/assets/css/style.css +++ b/src/assets/css/style.css @@ -1,4 +1,4 @@ -@import url(https://fonts.bunny.net/css?family=fira-code:400|inter:300,500); +@import url(https://fonts.bunny.net/css?family=fira-code:400|inter:300,400,500); /* ========================================================================== Variables @@ -14,8 +14,12 @@ ========================================================================== */ body { font-family: "Inter", sans-serif; - font-weight: 300; + font-weight: 400; background-color: rgb(255 240 240 / 40%); + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + font-smooth: always; + font-display: swap; } h3 { @@ -74,6 +78,10 @@ a.logo { float: left; } +a.logo > h1 { + font-weight: 400; +} + p.version { float: left; margin-top: 21px; @@ -176,14 +184,6 @@ p.version > a { padding-left: 8px; } -.dash-table-container - .dash-spreadsheet-container - .dash-spreadsheet-inner - td - div.dash-cell-value.cell-markdown { - font-family: "Inter"; -} - /* Dash Filters */ .dash-table-container .dash-spreadsheet-container @@ -218,8 +218,8 @@ p.version > a { .dash-spreadsheet-inner td div.dash-cell-value.cell-markdown { - font-family: "Inter", sans-serif; - font-weight: 300; + font-family: "Inter", sans-serif !important; + font-weight: 400; } .marches_table.stuck { @@ -229,7 +229,6 @@ p.version > a { .marches_table .cell-table tr:nth-child(even) td { background-color: rgb(255 240 240 / 40%); - font-family: "Inter", sans-serif; } /* Column Visibility Menu */