update fonts

This commit is contained in:
Simon Vieille 2023-05-18 21:35:08 +02:00
parent 682883c366
commit d0d776c2ca
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 5 additions and 2 deletions

BIN
fonts/ubuntu-light.woff Normal file

Binary file not shown.

View file

@ -1,10 +1,13 @@
@import url('https://fonts.cdnfonts.com/css/ubuntu-title');
@font-face {
font-family: 'Ubuntu';
src: url('./fonts/ubuntu-light.woff') format('woff');
}
:root {
--color-hover: #3c7ead;
--color-primary-light-1: #4793cc;
--color-primary: #4793cc;
--fonts-override: 'Ubuntu-Title-fr';
--fonts-override: 'Ubuntu';
}
#navbar .active {