diff --git a/web/themes/custom/leshed/assets/fonts/epilogue/Epilogue-Italic.woff b/web/themes/custom/leshed/assets/fonts/epilogue/Epilogue-Italic.woff new file mode 100644 index 0000000..b2852d1 Binary files /dev/null and b/web/themes/custom/leshed/assets/fonts/epilogue/Epilogue-Italic.woff differ diff --git a/web/themes/custom/leshed/assets/fonts/epilogue/Epilogue-Italic.woff2 b/web/themes/custom/leshed/assets/fonts/epilogue/Epilogue-Italic.woff2 new file mode 100644 index 0000000..b73d8e7 Binary files /dev/null and b/web/themes/custom/leshed/assets/fonts/epilogue/Epilogue-Italic.woff2 differ diff --git a/web/themes/custom/leshed/assets/fonts/epilogue/Epilogue-Regular.woff b/web/themes/custom/leshed/assets/fonts/epilogue/Epilogue-Regular.woff new file mode 100644 index 0000000..d5d5c5a Binary files /dev/null and b/web/themes/custom/leshed/assets/fonts/epilogue/Epilogue-Regular.woff differ diff --git a/web/themes/custom/leshed/assets/fonts/epilogue/Epilogue-Regular.woff2 b/web/themes/custom/leshed/assets/fonts/epilogue/Epilogue-Regular.woff2 new file mode 100644 index 0000000..431d72b Binary files /dev/null and b/web/themes/custom/leshed/assets/fonts/epilogue/Epilogue-Regular.woff2 differ diff --git a/web/themes/custom/leshed/assets/fonts/epilogue/demo.html b/web/themes/custom/leshed/assets/fonts/epilogue/demo.html new file mode 100644 index 0000000..ea6be81 --- /dev/null +++ b/web/themes/custom/leshed/assets/fonts/epilogue/demo.html @@ -0,0 +1,221 @@ + + + + + + + + + Transfonter demo + + + + +
+
+

Epilogue Italic

+
.your-style {
+    font-family: 'Epilogue';
+    font-weight: normal;
+    font-style: italic;
+}
+
+<link rel="preload" href="Epilogue-Italic.woff2" as="font" type="font/woff2" crossorigin>
+
+

+ abcdefghijklmnopqrstuvwxyz
+ABCDEFGHIJKLMNOPQRSTUVWXYZ
+ 0123456789.:,;()*!?'@#<>$%&^+-=~ +

+

The quick brown fox jumps over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

+
+
+ +
+

Epilogue Regular

+
.your-style {
+    font-family: 'Epilogue';
+    font-weight: normal;
+    font-style: normal;
+}
+
+<link rel="preload" href="Epilogue-Regular.woff2" as="font" type="font/woff2" crossorigin>
+
+

+ abcdefghijklmnopqrstuvwxyz
+ABCDEFGHIJKLMNOPQRSTUVWXYZ
+ 0123456789.:,;()*!?'@#<>$%&^+-=~ +

+

The quick brown fox jumps over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

+
+
+ +
+ + diff --git a/web/themes/custom/leshed/assets/fonts/epilogue/stylesheet.css b/web/themes/custom/leshed/assets/fonts/epilogue/stylesheet.css new file mode 100644 index 0000000..6ba9d3a --- /dev/null +++ b/web/themes/custom/leshed/assets/fonts/epilogue/stylesheet.css @@ -0,0 +1,18 @@ +@font-face { + font-family: 'Epilogue'; + src: url('Epilogue-Italic.woff2') format('woff2'), + url('Epilogue-Italic.woff') format('woff'); + font-weight: normal; + font-style: italic; + font-display: swap; +} + +@font-face { + font-family: 'Epilogue'; + src: url('Epilogue-Regular.woff2') format('woff2'), + url('Epilogue-Regular.woff') format('woff'); + font-weight: normal; + font-style: normal; + font-display: swap; +} + diff --git a/web/themes/custom/leshed/assets/scss/partials/fonts.scss b/web/themes/custom/leshed/assets/scss/partials/fonts.scss index dc1f199..afc23ed 100644 --- a/web/themes/custom/leshed/assets/scss/partials/fonts.scss +++ b/web/themes/custom/leshed/assets/scss/partials/fonts.scss @@ -1,13 +1,15 @@ -// @import "/assets/fonts/fredoka/stylesheet.css"; -// @import "/assets/fonts/Schibsted_Grotesk/stylesheet.css"; +@import "/assets/fonts/epilogue/stylesheet.css"; -// body{ -// font-family: "Schibsted Grotesk"; -// font-weight: normal; -// font-style: normal; -// color: $bleu_typo; -// } +body{ + font-family: 'Epilogue'; + font-weight: normal; + font-style: normal; +} + +@mixin titre{ + +} // @mixin titre_h2{ // font-family: 'Fredoka';