Index: gc_lang/fr/webext/panel/main.css ================================================================== --- gc_lang/fr/webext/panel/main.css +++ gc_lang/fr/webext/panel/main.css @@ -1,10 +1,20 @@ /* flexbox: https://css-tricks.com/snippets/css/a-guide-to-flexbox/ */ +@font-face { + font-family: "Yanone Kaffeesatz"; + font-weight: normal; + src: url(../fonts/YanoneKaffeesatz-Regular.otf) format("opentype"); +} +@font-face { + font-family: "Yanone Kaffeesatz"; + font-weight: bold; + src: url(../fonts/YanoneKaffeesatz-Bold.otf) format("opentype"); +} /* reset */ * { margin: 0; padding: 0; } img { border: none; }