Add note regarding preference for SVG over entire font for logo text
This commit is contained in:
parent
05c0e1418c
commit
a45eb42e6b
@ -11,9 +11,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Fonts */
|
/* Fonts */
|
||||||
|
/* Logo font should be SVG so we don't need to load an entire font */
|
||||||
:root {
|
:root {
|
||||||
--logo-font-family: "Sanchez";
|
--logo-font-family: 'Sanchez';
|
||||||
--logo-font-weight: 300;
|
--logo-font-weight: 300; /* Sanchez, 300 does not exist */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Transitions */
|
/* Transitions */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user