feat: tipografia aldatzen du
This commit is contained in:
Binary file not shown.
@@ -39,8 +39,8 @@ module.exports = {
|
|||||||
fonts: {
|
fonts: {
|
||||||
google: [
|
google: [
|
||||||
{
|
{
|
||||||
family: 'Almarai',
|
family: 'Lato',
|
||||||
variants: ['300', '700'],
|
variants: ['400', '700'],
|
||||||
fontDisplay: 'swap',
|
fontDisplay: 'swap',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -10,7 +10,8 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: 'Almarai', sans-serif;
|
/* OHARRA: Logoan eta irudi korporatiboan Söhne familia erabili da */
|
||||||
|
font-family: 'Lato', sans-serif;
|
||||||
|
|
||||||
@include baseFont;
|
@include baseFont;
|
||||||
font-weight: var(--font-weight-bold);
|
font-weight: var(--font-weight-bold);
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
:root {
|
:root {
|
||||||
--font-weight-regular: 300;
|
--font-weight-regular: 400;
|
||||||
--font-weight-bold: 700;
|
--font-weight-bold: 700;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user