add basic bootstrap and fonts

This commit is contained in:
Christian Seyfferth 2020-09-17 09:04:05 +02:00
parent 882dfd4c52
commit d410e53c4c
3 changed files with 5745 additions and 17 deletions

View File

@ -4,33 +4,41 @@
/* DIN light und bold */ /* DIN light und bold */
@font-face { @font-face {
font-family: 'dinlight'; font-family: 'din';
src: url('fonts/e39ef3e7-91b2-45d0-8c2f-cfdcd0c0ab94.woff2') format('woff2'), url('fonts/25df6f92-ec41-4f60-91af-bddc19a3adc2.eot?#iefix') format('eot'); src: url('fonts/e39ef3e7-91b2-45d0-8c2f-cfdcd0c0ab94.woff2') format('woff2'), url('fonts/25df6f92-ec41-4f60-91af-bddc19a3adc2.eot?#iefix') format('eot');
font-weight: normal;
} }
@font-face { @font-face {
font-family: 'dinregular'; font-family: 'din';
src: url('fonts/6ceed230-b2b3-4422-b048-4aa11687430a.woff2') format('woff2'), url('fonts/9b63158c-0e74-4751-966c-d749c5d31cce.eot?#iefix') format('eot'); src: url('fonts/6ceed230-b2b3-4422-b048-4aa11687430a.woff2') format('woff2'), url('fonts/9b63158c-0e74-4751-966c-d749c5d31cce.eot?#iefix') format('eot');
font-weight: 1ssh gitea not a valid00;
} }
// @font-face {
// font-family: 'din';
// src: url('fonts/398e3e8c-3bf0-4af1-9791-f426a7992711.woff2') format('woff2'), url('fonts/90744ee6-df8b-4daf-924d-e84a33fa139c.eot?#iefix') format('eot');
// font-weight: 700;
// }
@font-face { @font-face {
font-family: 'dinmedium'; font-family: 'din';
src: url('fonts/398e3e8c-3bf0-4af1-9791-f426a7992711.woff2') format('woff2'), url('fonts/90744ee6-df8b-4daf-924d-e84a33fa139c.eot?#iefix') format('eot');
}
@font-face {
font-family: 'dinbold';
src: url('fonts/55fa1cf8-baf8-4bf8-9718-b096b1dd231f.woff2') format('woff2'), url('fonts/9cab3d10-a1a9-4145-ab8a-cde6265a011d.eot?#iefix') format('eot'); src: url('fonts/55fa1cf8-baf8-4bf8-9718-b096b1dd231f.woff2') format('woff2'), url('fonts/9cab3d10-a1a9-4145-ab8a-cde6265a011d.eot?#iefix') format('eot');
font-weight: bold;
} }
/*------------- Schriftauszeichnungen ---------------------------------------*/ /*------------- Schriftauszeichnungen ---------------------------------------*/
body { $font-family-sans-serif: "din",
font-family: 'dinlight'; -apple-system,
} BlinkMacSystemFont,
"Segoe UI",
strong { Roboto,
font-family: 'dinbold'; "Helvetica Neue",
font-weight: normal; Arial,
} "Noto Sans",
sans-serif,
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji" !default;

View File

@ -1,2 +1,13 @@
// own styles
@import 'includes/base'; @import 'includes/base';
@import 'includes/underscores.scss'; @import 'includes/underscores';
// Required
@import "bootstrap/functions";
@import "bootstrap/variables";
@import "bootstrap/mixins";
// Optional
@import "bootstrap/reboot";
@import "bootstrap/type";
@import "bootstrap/images";
@import "bootstrap/code";
@import "bootstrap/grid";

5709
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff