From 6bfc1de857b715be32b0b8fc4bb2cf4ac1949e48 Mon Sep 17 00:00:00 2001 From: Thomas JUND Date: Mon, 1 Jun 2020 10:26:02 +0200 Subject: [PATCH] css: change fonts paths (#43073) --- static/avray/_custom.scss | 2 +- static/concarneau/_custom.scss | 2 +- static/coprec/_custom.scss | 2 +- static/malakoff/_custom.scss | 3 +-- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/static/avray/_custom.scss b/static/avray/_custom.scss index 1b270ab..a36c5b0 100644 --- a/static/avray/_custom.scss +++ b/static/avray/_custom.scss @@ -1,4 +1,4 @@ -@import '../../publik-base-theme/static/includes/font-din'; +@import '../../publik-base-theme/static/includes/fonts/din'; header { background-color: white; diff --git a/static/concarneau/_custom.scss b/static/concarneau/_custom.scss index f8051c0..906369e 100644 --- a/static/concarneau/_custom.scss +++ b/static/concarneau/_custom.scss @@ -1,4 +1,4 @@ -@import '../../publik-base-theme/static/includes/font-opensans'; +@import '../../publik-base-theme/static/includes/fonts/opensans'; body { background-color: #ece4e0; diff --git a/static/coprec/_custom.scss b/static/coprec/_custom.scss index ef95208..8c51067 100644 --- a/static/coprec/_custom.scss +++ b/static/coprec/_custom.scss @@ -1,4 +1,4 @@ -@import '../../publik-base-theme/static/includes/font-din'; +@import '../../publik-base-theme/static/includes/fonts/din'; #header-wrapper { background: transparent; diff --git a/static/malakoff/_custom.scss b/static/malakoff/_custom.scss index 27fed97..aacdcbe 100644 --- a/static/malakoff/_custom.scss +++ b/static/malakoff/_custom.scss @@ -1,4 +1,4 @@ -@import '../../publik-base-theme/static/includes/font-din'; +@import '../../publik-base-theme/static/includes/fonts/din'; @import 'font/font-dosis'; @import 'font/font-raleway'; @import 'font/font-playfairdisplay'; @@ -32,7 +32,6 @@ margin: -30px 0 0; padding: 0; float: right; - li { display: inline-block; a {