changement police et phrase allemande et css logo nav
This commit is contained in:
@@ -49,6 +49,25 @@
|
||||
url('../fonts/louisgeorge/louis_george_cafe_light_italic.woff') format('woff');
|
||||
url('../fonts/louisgeorge/louis_george_cafe_light_italic.ttf') format('truetype');
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*test fonts*/
|
||||
@font-face {
|
||||
font-family: 'evolventa';
|
||||
src: url('../fonts/evolventa/Evolventa-Regular.ttf') format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'ptroot';
|
||||
src: url('../fonts/ptroot/Fonts/PT_Root_UI_Regular/PT_Root_UI_Regular.ttf') format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'tgalcefun';
|
||||
src: url('../fonts/tgalcefun/TG_Alcefun.ttf') format('truetype');
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*FONTS*/
|
||||
/*////////////////////////////////////////////////////*/
|
||||
|
||||
|
||||
@@ -43,8 +43,9 @@
|
||||
/*TEXTE*/
|
||||
/* fonts */
|
||||
--font-titles: 'paradroid';
|
||||
--font-texts: 'louisgeorge';
|
||||
--font-fallback: 'cabrion';
|
||||
--font-texts: 'cabrion';
|
||||
--font-fallback: 'ptroot';
|
||||
--font-fallback2: 'louisgeorge';
|
||||
|
||||
/* colors texts */
|
||||
|
||||
|
||||
@@ -95,3 +95,8 @@ body#body_navbar {
|
||||
nav.navbar input#burger {
|
||||
display: none;
|
||||
}
|
||||
nav.navbar .burger {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
1
styles/skeleton.css
vendored
1
styles/skeleton.css
vendored
@@ -80,4 +80,3 @@ footer iframe {
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ h1, h2, h3, h4, h5, h6, em {
|
||||
font-family: var(--font-titles), var(--font-fallback), sans-serif;
|
||||
}
|
||||
a, p, li {
|
||||
font-family: var(--font-texts), var(--font-fallback), sans-serif;
|
||||
font-family: var(--font-texts), var(--font-fallback), var(--font-fallback2), sans-serif;
|
||||
}
|
||||
code {
|
||||
font-family: monospace;
|
||||
|
||||
Reference in New Issue
Block a user