Compare commits

...

2 commits

Author SHA1 Message Date
Simon Vieille 792a4ff97d
update fonts 2023-05-18 21:40:35 +02:00
Simon Vieille 2269a2495f
update fonts 2023-05-18 21:40:32 +02:00
2 changed files with 9 additions and 0 deletions

BIN
fonts/ubuntu-mono.ttf Normal file

Binary file not shown.

View file

@ -3,6 +3,11 @@
src: url('./fonts/ubuntu-light.woff') format('woff');
}
@font-face {
font-family: 'UbuntuMono';
src: url('./fonts/ubuntu-mono.ttf') format('truetype');
}
:root {
--color-hover: #3c7ead;
--color-primary-light-1: #4793cc;
@ -10,6 +15,10 @@
--fonts-override: 'Ubuntu';
}
.code-block, .code-block code {
font-family: 'UbuntuMono';
}
#navbar .active {
background: var(--color-hover) !important;
/* background: #d46ba3; */