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
- <%= image_tag 'logobanner.png', :resize_to => '700'%> - <%= image_tag 'texte_intro.png', :resize_to => '900'%> + <%= image_tag 'logobanner.png', :resize_to => '700'%> +
NEXt generation Techno-social and Legal Encryption Access and Privacy
diff --git a/src/source/stylesheets/_fonts.scss b/src/source/stylesheets/_fonts.scss index 37c31fb..dadd5f0 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: url('../fonts/OCRAEXT/OCRAEXT.TTF') format('truetype'); +} diff --git a/src/source/stylesheets/screen.css.sass b/src/source/stylesheets/screen.css.sass index bc2ec7f..610bf1e 100644 --- a/src/source/stylesheets/screen.css.sass +++ b/src/source/stylesheets/screen.css.sass @@ -43,3 +43,10 @@ $eu-gold: #FFCC00 .header-callout background-image: url("/images/banner.png") 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