poppins weights; title improvements (#963)

This commit is contained in:
Michael Quigley 2025-05-07 11:30:07 -04:00
parent 2d8fd3711f
commit 4a8424eb09
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -6,7 +6,7 @@
/* Import Fonts */ /* Import Fonts */
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700;800&display=swap'); @import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* You can override the default Infima variables here. */ /* You can override the default Infima variables here. */
:root { :root {
@ -184,6 +184,10 @@ a code {
.navbar__title { .navbar__title {
color: var(--selection-background); color: var(--selection-background);
letter-spacing: 7px;
font-weight: bolder;
font-size: 14pt;
margin-left: 15px;
} }
/* hide the clipboard copy button on code blocks of type "buttonless" */ /* hide the clipboard copy button on code blocks of type "buttonless" */