diff --git a/public/assets/fonts/ApproachKoeln-Bd.ttf b/public/assets/fonts/ApproachKoeln-Bd.ttf deleted file mode 100644 index b16d057..0000000 Binary files a/public/assets/fonts/ApproachKoeln-Bd.ttf and /dev/null differ diff --git a/public/assets/fonts/ApproachKoeln-BdIt.ttf b/public/assets/fonts/ApproachKoeln-BdIt.ttf new file mode 100644 index 0000000..6e8c286 Binary files /dev/null and b/public/assets/fonts/ApproachKoeln-BdIt.ttf differ diff --git a/public/assets/fonts/ApproachKoeln-Rg.ttf b/public/assets/fonts/ApproachKoeln-Rg.ttf deleted file mode 100644 index 8714229..0000000 Binary files a/public/assets/fonts/ApproachKoeln-Rg.ttf and /dev/null differ diff --git a/public/assets/fonts/ApproachKoeln-RgIt.ttf b/public/assets/fonts/ApproachKoeln-RgIt.ttf new file mode 100644 index 0000000..eb76ce4 Binary files /dev/null and b/public/assets/fonts/ApproachKoeln-RgIt.ttf differ diff --git a/public/assets/fonts/ApproachKoeln-SmBd.ttf b/public/assets/fonts/ApproachKoeln-SmBd.ttf deleted file mode 100644 index eba28ab..0000000 Binary files a/public/assets/fonts/ApproachKoeln-SmBd.ttf and /dev/null differ diff --git a/public/assets/fonts/ApproachKoeln-SmBdIt.ttf b/public/assets/fonts/ApproachKoeln-SmBdIt.ttf new file mode 100644 index 0000000..5c1c062 Binary files /dev/null and b/public/assets/fonts/ApproachKoeln-SmBdIt.ttf differ diff --git a/src/pages/overview.twig b/src/pages/overview.twig index b4e0807..482ed77 100644 --- a/src/pages/overview.twig +++ b/src/pages/overview.twig @@ -141,7 +141,7 @@
-

Sortieren nach

+

Sortieren nach

-

Filters Nach

+

Filters Nach

-

Filtern nach

+

Filtern nach

{% for category in data %}
-

{{ category.title }}

+

+ {{ category.title }} +

{% for filter in category.filters %} {% set id = 'filter-' ~ loop.parent.loop.index ~ loop.index %} diff --git a/src/styles/base/_font.scss b/src/styles/base/_font.scss index 67c9f6f..64a9d8a 100644 --- a/src/styles/base/_font.scss +++ b/src/styles/base/_font.scss @@ -1,20 +1,20 @@ @font-face { font-family: 'ApproachKoeln'; - src: url('/assets/fonts/ApproachKoeln-Rg.ttf') format('truetype'); + src: url('/assets/fonts/ApproachKoeln-Rglt.ttf') format('truetype'); font-weight: 400; font-style: normal; } @font-face { font-family: 'ApproachKoeln'; - src: url('/assets/fonts/ApproachKoeln-SmBd.ttf') format('truetype'); + src: url('/assets/fonts/ApproachKoeln-SmBdlt.ttf') format('truetype'); font-weight: 600; font-style: normal; } @font-face { font-family: 'ApproachKoeln'; - src: url('/assets/fonts/ApproachKoeln-Bd.ttf') format('truetype'); + src: url('/assets/fonts/ApproachKoeln-Bdlt.ttf') format('truetype'); font-weight: 700; font-style: normal; } @@ -22,3 +22,7 @@ body { font-family: 'ApproachKoeln', Arial, sans-serif; } + +strong { + font-weight: 600; +}