début du thème, footer et header en mobile
This commit is contained in:
43
web/themes/erabletheme/scss/global/_fonts.scss
Normal file
43
web/themes/erabletheme/scss/global/_fonts.scss
Normal file
@@ -0,0 +1,43 @@
|
||||
/* Marianne */
|
||||
|
||||
@font-face {
|
||||
font-family: 'Marianne';
|
||||
src: url('../fonts/Marianne/Marianne-Light.woff2') format('woff2'),
|
||||
url('../fonts/Marianne/Marianne-Light.woff') format('woff');
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Marianne';
|
||||
src: url('../fonts/Marianne/Marianne-Light_Italic.woff2') format('woff2'),
|
||||
url('../fonts/Marianne/Marianne-Light_Italic.woff') format('woff');
|
||||
font-weight: 400;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Marianne';
|
||||
src: url('../fonts/Marianne/Marianne-Medium.woff2') format('woff2'),
|
||||
url('../fonts/Marianne/Marianne-Medium.woff') format('woff');
|
||||
font-weight: 800;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Marianne';
|
||||
src: url('../fonts/Marianne/Marianne-Medium_Italic.woff2') format('woff2'),
|
||||
url('../fonts/Marianne/Marianne-Medium_Italic.woff') format('woff');
|
||||
font-weight: 800;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
/* Barlow */
|
||||
|
||||
@font-face {
|
||||
font-family: 'Barlow';
|
||||
src: url('../fonts/Barlow/barlow-light.woff2') format('woff2'),
|
||||
url('../fonts/Barlow/barlow_light.woff') format('woff');
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
}
|
3
web/themes/erabletheme/scss/global/_typography.scss
Normal file
3
web/themes/erabletheme/scss/global/_typography.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
$fluo_green: #00ff80;
|
||||
$teal: #038788;
|
||||
$beige: #fcf9ee;
|
||||
$dark_green: #314e41;
|
@@ -0,0 +1,2 @@
|
||||
$x_margin: 3vw;
|
||||
$y_margins: 2vh;
|
@@ -0,0 +1,2 @@
|
||||
/* SIZES */
|
||||
$sm_font_size: 0.8rem;
|
Reference in New Issue
Block a user