gaufre: temporarily use a full marianne webfont file
this is to allow a quick publish of the website later because I dont have the tools to build the subsetted font right now…
This commit is contained in:
BIN
website/public/fonts/Marianne-Regular.woff2
Executable file
BIN
website/public/fonts/Marianne-Regular.woff2
Executable file
Binary file not shown.
@@ -21,7 +21,7 @@ const { services } = Astro.props
|
|||||||
<style is:inline>
|
<style is:inline>
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "La Gaufre";
|
font-family: "La Gaufre";
|
||||||
src: url("/fonts/Marianne-Regular-subset.woff2") format("woff2");
|
src: url("/fonts/Marianne-Regular.woff2") format("woff2");
|
||||||
unicode-range: U+20, U+27, U+43, U+44, U+46, U+47, U+4E, U+50, U+52-54, U+56, U+57,
|
unicode-range: U+20, U+27, U+43, U+44, U+46, U+47, U+4E, U+50, U+52-54, U+56, U+57,
|
||||||
U+61-66, U+68, U+69, U+6C-70, U+72-76, U+A0, U+C9, U+E9, U+2715;
|
U+61-66, U+68, U+69, U+6C-70, U+72-76, U+A0, U+C9, U+E9, U+2715;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|||||||
Reference in New Issue
Block a user