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