diff --git a/src/source/images/banner.jpg b/src/source/images/banner.jpg
new file mode 100644
index 0000000..909ef8d
Binary files /dev/null and b/src/source/images/banner.jpg differ
diff --git a/src/source/images/banner.png b/src/source/images/banner.png
deleted file mode 100644
index 78be32b..0000000
Binary files a/src/source/images/banner.png and /dev/null differ
diff --git a/src/source/images/texte_intro.png b/src/source/images/texte_intro.png
deleted file mode 100644
index cbb4be3..0000000
Binary files a/src/source/images/texte_intro.png and /dev/null differ
diff --git a/src/source/index.html.erb b/src/source/index.html.erb
index d50df2d..9086748 100644
--- a/src/source/index.html.erb
+++ b/src/source/index.html.erb
@@ -6,8 +6,8 @@ no_footer: true
diff --git a/src/source/stylesheets/_fonts.scss b/src/source/stylesheets/_fonts.scss
index 37c31fb..c650521 100755
--- a/src/source/stylesheets/_fonts.scss
+++ b/src/source/stylesheets/_fonts.scss
@@ -58,6 +58,5 @@
font-family: 'OCRAEXT';
font-weight: 400;
font-style: normal;
- src: url('../fonts/OCRAEXT/OCRAEXT.ttf')format('truetype'),
- local('OCRAEXT');
- }
+ src: font-url('OCRAEXT/OCRAEXT.TTF') format('truetype');
+}
diff --git a/src/source/stylesheets/screen.css.sass b/src/source/stylesheets/screen.css.sass
index bc2ec7f..07f0bf8 100644
--- a/src/source/stylesheets/screen.css.sass
+++ b/src/source/stylesheets/screen.css.sass
@@ -41,5 +41,12 @@ $eu-gold: #FFCC00
margin-bottom: 1rem
.header-callout
- background-image: url("/images/banner.png")
+ background-image: image-url("banner.jpg")
background-size: 100%
+
+.nextleap-tagline
+ color: $white
+ font-size: 1.5rem
+ font-family: OCRAEXT
+ font-weight: normal
+ font-style: normal
\ No newline at end of file