Skip to content
Snippets Groups Projects
Commit 0d39d298 authored by smtw's avatar smtw
Browse files

style - fonts resets for sizes

parent d5043e0c
Branches
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@
@font-face {
font-family: "Changa";
// font-weight: 700;
font-weight: 600;
font-style: normal;
font-display: swap;
src: url("fonts/Changa-SemiBold.woff2") format("woff2");
......
......@@ -51,7 +51,7 @@ h5,
.h5,
h6,
.h6 {
text-transform: uppercase;
text-transform: lowercase;
}
.shadow-darkmorphism {
......@@ -59,7 +59,7 @@ h6,
}
.nav-link {
font-weight: 700;
font-weight: 400;
}
.bg-gradient-plattform-vertical {
......@@ -84,7 +84,7 @@ h6,
.font-headings {
font-family: $headings-font-family;
font-weight: 700;
font-weight: 600;
}
.font-sans-serif {
......@@ -190,7 +190,8 @@ h6,
&:focus-within {
+ .form-check-label::before {
border-color: transparent;
box-shadow: $input-btn-focus-box-shadow;
// box-shadow: $input-btn-focus-box-shadow;
box-shadow: none;
}
}
......
$font-family-sans-serif: "SpaceMono", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
$headings-font-family: "Changa", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
$font-size-base: 1.125rem; //18px
$font-size-base: 1rem; //16px
$line-height-base: 1.222;
$h1-font-size: 4rem; //64px
$h2-font-size: 2.25rem; //36px
$h3-font-size: 1.75rem; //28px
$h4-font-size: 1.5rem; //24px
$h5-font-size: $font-size-base; //18px
$h6-font-size: $font-size-base; //18px
$h5-font-size: $font-size-base;
$h6-font-size: $font-size-base;
$headings-margin-bottom: 1rem;
$headings-font-weight: 700;
......@@ -25,6 +25,6 @@ $display2-weight: $headings-font-weight;
$display3-weight: $headings-font-weight;
$display4-weight: $headings-font-weight;
$small-font-size: .75rem; //12px
$medium-font-size: 0.875rem; //14px
$small-font-size: .75em;
$medium-font-size: 0.875em;
$paragraph-margin-bottom: 0;
$enable-caret: false;
$enable-rounded: false;
$enable-shadows: true;
$enable-shadows: false;
$enable-responsive-font-sizes: true;
$enable-validation-icons: false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment