Skip to content

Commit

Permalink
Revert "Use BundesSans font"
Browse files Browse the repository at this point in the history
This reverts commit 8de5887.
  • Loading branch information
mpanne committed May 21, 2024
1 parent f98cb62 commit 0579dfc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
@layer base {
body {
@apply ds-body-01-reg text-lg;
font-family: "BundesSansWeb", "Calibri", "Verdana", "Arial", "Helvetica",
sans-serif;
}

h1 {
Expand Down
6 changes: 1 addition & 5 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
export default {
content: [],
theme: {
extend: {
fontFamily: {
sans: "BundesSansWeb",
},
},
extend: {},
},
presets: [require("@digitalservice4germany/style-dictionary/tailwind")],
plugins: [require("@digitalservice4germany/angie")],
Expand Down

0 comments on commit 0579dfc

Please sign in to comment.