retrait des google fonts pour des fontes locales et libres

This commit is contained in:
pgp 2022-03-05 14:36:59 +01:00
parent eda9f3a11d
commit 7bf715f44e
13 changed files with 3130 additions and 13 deletions

View file

@ -1,6 +1,7 @@
# cohabit Custom css : ./static/reveal-hugo/themes/sunblind.css
# fonte : Alte Haas Grotesk, https://www.dafont.com/fr/alte-haas-grotesk.font
auteur : yann le coroller
dossier : static/fonts/
# thème : reveal-hugo
![License badge](https://img.shields.io/github/license/dzello/reveal-hugo.svg)

Binary file not shown.

View file

@ -14,16 +14,15 @@ transition_speed = "slow"
{{< slide class="hello" background-image="images/musee.png">}}
## Coh@bit
## un fablab de l'université de Bordeaux ouvert à TOUS
### un fablab de l'université de Bordeaux ouvert à TOUS
<br>
<div class="custom-hello-liens">///PRÉSENTATION///</div><br>
<a href="/#/2" ><p style="font-size:25px;">///PRESENTATION///</p></a>
<a href="/#/2" ><p style="font-size:25px;">///MACHINES-RÉSERVATIONS///<p></a>
<a href="/#/2" ><p style="font-size:25px;">///PROJETS EN COURS///</p></a>
<a href="/#/2" ><p style="font-size:25px;">///PORTFOLIOS///</p></a>
<a href="/#/2" ><p style="font-size:25px;">///CONTACT-INSCRIPTIONS///</p></a>
///MACHINES-RÉSERVATIONS///<br>
///PROJETS EN COURS///<br>
///PORTFOLIOS///<br>
///CONTACT-INSCRIPTIONS///<br>
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 KiB

View file

@ -0,0 +1,16 @@
{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf270
{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
{\colortbl;\red255\green255\blue255;}
\paperw11900\paperh16840\margl1440\margr1440\vieww9000\viewh8400\viewkind0
\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
\f0\fs24 \cf0 Alte Haas Grotesk is a typeface that look like an helvetica printed in an old Muller-Brockmann Book.\
\
These fonts are freeware and can be distributed as long as they are \
together with this text file. \
\
I would appreciate very much to see what you have done with it anyway.\
\
yann le coroller \
www.yannlecoroller.com\
yann@lecoroller.com}

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 284 KiB

Binary file not shown.

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 279 KiB

Binary file not shown.

View file

@ -27,8 +27,17 @@
}
*/
@import url(https://fonts.googleapis.com/css?family=Lato:300,700);
@import url(https://fonts.googleapis.com/css?family=Lora:700);
@font-face {
font-family: 'Alte';
src: url("../../fonts/alte_haas_grotesk/AlteHaasGroteskRegular.woff") format("woff");
font-style: normal;
}
@font-face {
font-family: 'Alte';
src: url("../../static/reveal-js/lib/alte_haas_grotesk/AlteHaasGroteskBold.woff") format("woff");
font-style: bold;
}
section.has-light-background, section.has-light-background h1, section.has-light-background h2, section.has-light-background h3, section.has-light-background h4, section.has-light-background h5, section.has-light-background h6 {
color: #141414; }
@ -92,7 +101,7 @@ body {
}
.reveal {
font-family: "Lato";
font-family: "Alte";
font-size: 32px;
font-weight: normal;
color: #363636; }
@ -122,7 +131,7 @@ body {
.reveal h5,
.reveal h6 {
margin: 0 0 20px 0;
color: #141414;
color: #ffffff;
font-family: ;
font-weight: 700;
line-height: 1.2;