Skip to content

Commit

Permalink
revert remove of BundesSerif
Browse files Browse the repository at this point in the history
Refs: #6763
  • Loading branch information
AlexanderSchmidtCE committed Oct 21, 2024
1 parent 21c8d44 commit 1f0de70
Show file tree
Hide file tree
Showing 29 changed files with 73 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/themes/assets/bundes/LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Beachten Sie die Lizenzbedingungen des Bundespresseamts: https://styleguide.bundesregierung.de/sg-de
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
31 changes: 31 additions & 0 deletions packages/themes/assets/bundes/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
@font-face {
font-family: 'BundesSerif Web';
font-style: normal;
font-weight: bold;
src: url(serif/BundesSerif-Web-Bold.woff) format('woff'), url(serif/BundesSerif-Web-Bold.woff2) format('woff2'),
url(serif/BundesSerif-Web-Bold.ttf) format('truetype');
}

@font-face {
font-family: 'BundesSerif Web';
font-style: italic;
font-weight: bolder;
src: url(serif/BundesSerif-Web-BoldItalic.woff) format('woff'), url(serif/BundesSerif-Web-BoldItalic.woff2) format('woff2'),
url(serif/BundesSerif-Web-BoldItalic.ttf) format('truetype');
}

@font-face {
font-family: 'BundesSerif Web';
font-style: italic;
font-weight: normal;
src: url(serif/BundesSerif-Web-Italic.woff) format('woff'), url(serif/BundesSerif-Web-Italic.woff2) format('woff2'),
url(serif/BundesSerif-Web-Italic.ttf) format('truetype');
}

@font-face {
font-family: 'BundesSerif Web';
font-style: normal;
font-weight: normal;
src: url(serif/BundesSerif-Web-Regular.woff) format('woff'), url(serif/BundesSerif-Web-Regular.woff2) format('woff2'),
url(serif/BundesSerif-Web-Regular.ttf) format('truetype');
}
1 change: 1 addition & 0 deletions packages/themes/itzbund/assets/bundes/LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Beachten Sie die Lizenzbedingungen des Bundespresseamts: https://styleguide.bundesregierung.de/sg-de
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
39 changes: 39 additions & 0 deletions packages/themes/itzbund/assets/bundes/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
@font-face {
font-family: 'BundesSerif Web';
font-style: normal;
font-weight: bold;
src:
url(serif/BundesSerif-Web-Bold.woff) format('woff'),
url(serif/BundesSerif-Web-Bold.woff2) format('woff2'),
url(serif/BundesSerif-Web-Bold.ttf) format('truetype');
}

@font-face {
font-family: 'BundesSerif Web';
font-style: italic;
font-weight: bolder;
src:
url(serif/BundesSerif-Web-BoldItalic.woff) format('woff'),
url(serif/BundesSerif-Web-BoldItalic.woff2) format('woff2'),
url(serif/BundesSerif-Web-BoldItalic.ttf) format('truetype');
}

@font-face {
font-family: 'BundesSerif Web';
font-style: italic;
font-weight: normal;
src:
url(serif/BundesSerif-Web-Italic.woff) format('woff'),
url(serif/BundesSerif-Web-Italic.woff2) format('woff2'),
url(serif/BundesSerif-Web-Italic.ttf) format('truetype');
}

@font-face {
font-family: 'BundesSerif Web';
font-style: normal;
font-weight: normal;
src:
url(serif/BundesSerif-Web-Regular.woff) format('woff'),
url(serif/BundesSerif-Web-Regular.woff2) format('woff2'),
url(serif/BundesSerif-Web-Regular.ttf) format('truetype');
}
2 changes: 1 addition & 1 deletion packages/themes/itzbund/src/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
--color-lichtgelb: #eeff6c;
--gradient-gelb-citrin: linear-gradient(67deg, var(--color-gelb), var(--color-citrin));
--font-family-sans: Verdana;
--font-family-serif: 'Times New Roman';
--font-family-serif: BundesSerif Web;
--font-size: rem(16);
--spacing: 0.125em;
--kolibri-spacing: calc(2 * var(--spacing));
Expand Down

0 comments on commit 1f0de70

Please sign in to comment.