diff --git a/fonts/ubuntu-light.woff b/fonts/ubuntu-light.woff new file mode 100644 index 0000000..a156998 Binary files /dev/null and b/fonts/ubuntu-light.woff differ diff --git a/theme.css b/theme.css index f7935a5..4d2f95d 100644 --- a/theme.css +++ b/theme.css @@ -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 {