-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remplacement de Open Sans par la police Montreal (#121)
Signed-off-by: Alexis Boulerice <[email protected]>
- Loading branch information
1 parent
a19c466
commit 18040b3
Showing
63 changed files
with
156 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title: Police | ||
--- | ||
|
||
La police de caractère utilisé est [Montreal] (https://montreal.app.feedtype.ca/) | ||
(Utilisation sous licence exclusive) | ||
|
||
Nous utilisons **uniquement** les styles Regulier(400), Gras(700) et la variante italique. |
4 changes: 2 additions & 2 deletions
4
...00-styles/03-typography/00-fonts.mustache → ...-styles/03-typographie/00-police.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<table class="table table-condensed"> | ||
<tr> | ||
<td style="width:50%"><p class="regular">Open sans - Regular (400)</p></td> | ||
<td style="width:50%"><p class="regular">Montreal - Regulier (400)</p></td> | ||
<td style="width:50%"><p class="regular">a b c d e f g h i j k l m n o p q r s t u v w x y z<br/>A B C D E F G H I J K L M N O P Q R S T U V W X Y Z</p><br/></td> | ||
</tr> | ||
<tr> | ||
<td><p class="bold">Open sans - Bold (700)</p></td> | ||
<td><p class="bold">Montreal - Gras (700)</p></td> | ||
<td><p class="bold">a b c d e f g h i j k l m n o p q r s t u v w x y z<br/>A B C D E F G H I J K L M N O P Q R S T U V W X Y Z</p><br/></td> | ||
</tr> | ||
</table> |
6 changes: 3 additions & 3 deletions
6
...ns/00-styles/03-typography/01-headings.md → ...rns/00-styles/03-typographie/01-titres.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
title: Headings | ||
title: Titres | ||
--- | ||
|
||
Les classes <code>.h1</code> à <code>.h6</code> sont disponibles pour utiliser le style des titre sans le balisage. | ||
Les titres et les classes de titres sont responsives. | ||
Les titres et les classes de titres sont responsives. |
34 changes: 34 additions & 0 deletions
34
source/_patterns/00-styles/03-typographie/01-titres.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<div> | ||
<ul class="pl-list-stacked-block plain"> | ||
<li> | ||
<h1>H1. Montréal Heading</h1> | ||
<span class="d-md-none">Montreal - Gras (700) - 32/40</span> | ||
<span class="d-none d-md-block">Montreal - Gras (700) - 40/56</span> | ||
</li> | ||
<li> | ||
<h2>H2. Montréal Heading</h2> | ||
<span class="d-md-none">Montreal - Gras (700) - 24/32</span> | ||
<span class="d-none d-md-block">Montreal - Gras (700) - 32/40</span> | ||
</li> | ||
<li> | ||
<h3>H3. Montréal heading</h3> | ||
<span class="d-md-none">Montreal Gras (700) - 20/28</span> | ||
<span class="d-none d-md-block">Montreal - Gras (700) - 24/32</span> | ||
</li> | ||
<li> | ||
<h4>H4. Montréal heading</h4> | ||
<span class="d-md-none">Montreal - Gras (700) - 16/24</span> | ||
<span class="d-none d-md-block">Montreal - Gras (700) - 20/28</span> | ||
</li> | ||
<li> | ||
<h5>H5. Montréal heading</h5> | ||
<span class="d-md-none">Montreal - Gras (700) - 14/20</span> | ||
<span class="d-none d-md-block">Montreal - Gras (700) - 16/24</span> | ||
</li> | ||
<li> | ||
<h6>H6. Montréal heading</h6> | ||
<span class="d-md-none">Montreal - Gras (700) - 12/16</span> | ||
<span class="d-none d-md-block">Montreal - Gras (700) - 14/20</span> | ||
</li> | ||
</ul> | ||
</div> |
4 changes: 2 additions & 2 deletions
4
...tterns/00-styles/03-typography/03-lead.md → ...terns/00-styles/03-typographie/03-lead.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
title: Lead text | ||
title: Amorce | ||
--- | ||
|
||
Exemple d'un texte d'amorce. Pour l'utiliser il suffit d'ajouter la classe <code>.lead</code> sur votre paragraphe ou sur un <code>div</code> qui contient du contenu html. | ||
Exemple d'un texte d'amorce. Pour l'utiliser il suffit d'ajouter la classe <code>.lead</code> sur votre paragraphe ou sur un <code>div</code> qui contient du contenu html. |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
title: Paragraphe | ||
--- | ||
|
||
Exemple d'un simple paragraphe de base. |
File renamed without changes.
5 changes: 5 additions & 0 deletions
5
source/_patterns/00-styles/03-typographie/08-list-unordered.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
title: Liste non ordonnee | ||
--- | ||
|
||
Exemple d'une liste non ordonnée de base (<code>ul</code>). |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
title: Liste ordonnee | ||
--- | ||
|
||
Exemple d'une liste ordonnée de base (<code>ol</code>). |
File renamed without changes.
6 changes: 3 additions & 3 deletions
6
...00-styles/03-typography/10-list-inline.md → ...0-styles/03-typographie/10-list-inline.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
--- | ||
title: List Inline | ||
title: Liste Inline | ||
--- | ||
Exemple d'une liste non ordonnée inline | ||
|
||
## Utilisation | ||
## Utilisation | ||
|
||
Pour utiliser une liste non ordonnée en position inline, il faut inclure la classe <code>.list-inline</code> sur le <code><ul></code> ainsi que la classe <code>.list-inline-item</code> sur chacun de ses <code><li></code>. | ||
Pour utiliser une liste non ordonnée en position inline, il faut inclure la classe <code>.list-inline</code> sur le <code><ul></code> ainsi que la classe <code>.list-inline-item</code> sur chacun de ses <code><li></code>. |
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...tyles/03-typography/12-definition-list.md → ...yles/03-typographie/12-definition-list.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
title: Definition lists | ||
title: Liste de definition | ||
--- | ||
|
||
Liste de définitions de base. Disponible en version small en ajoutant <code>.dl-sm</code>. | ||
Liste de définitions de base. Disponible en version small en ajoutant <code>.dl-sm</code>. |
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...tterns/00-styles/03-typography/20-link.md → ...terns/00-styles/03-typographie/20-link.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: Link | ||
title: Hyperliens | ||
--- | ||
|
||
Lien par défault. | ||
|
||
Disponible en 3 tailles: Medium (default), Small (link-sm) et ExtraSmall (link-xs) | ||
Disponible en 3 tailles: Medium (default), Small (link-sm) et ExtraSmall (link-xs) |
File renamed without changes.
7 changes: 7 additions & 0 deletions
7
source/_patterns/00-styles/03-typographie/21-links-list-element.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: Hyperliens Liste | ||
--- | ||
|
||
Hyperlien de type liste. | ||
|
||
Disponible en 3 tailles: Medium (default), Small (link-sm) et ExtraSmall (link-xs) |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
34 changes: 0 additions & 34 deletions
34
source/_patterns/00-styles/03-typography/01-headings.mustache
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
source/_patterns/00-styles/03-typography/08-list-unordered.md
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
// Montreal regulier | ||
@font-face { | ||
font-family: "Montreal"; | ||
src: url('../fonts/montreal/woff2/Montreal-Web-Regulier.woff2') format('woff2'), | ||
url('../fonts/montreal/woff/Montreal-Web-Regulier.woff') format('woff'), | ||
url('../fonts/montreal/ttf/Montreal-Web-Regulier.ttf') format('truetype'); | ||
font-weight: normal; | ||
font-style: normal; | ||
} | ||
|
||
// Montreal italique | ||
@font-face { | ||
font-family: "Montreal"; | ||
src: url('../fonts/montreal/woff2/Montreal-Web-Italique.woff2') format('woff2'), | ||
url('../fonts/montreal/woff/Montreal-Web-Italique.woff') format('woff'), | ||
url('../fonts/montreal/ttf/Montreal-Web-Italique.ttf') format('truetype'); | ||
font-weight: normal; | ||
font-style: italic; | ||
} | ||
|
||
// Montreal gras | ||
@font-face { | ||
font-family: "Montreal"; | ||
src: url('../fonts/montreal/woff2/Montreal-Web-Gras.woff2') format('woff2'), | ||
url('../fonts/montreal/woff/Montreal-Web-Gras.woff') format('woff'), | ||
url('../fonts/montreal/ttf/Montreal-Web-Gras.ttf') format('truetype'); | ||
font-weight: 700; | ||
font-style: normal; | ||
} | ||
|
||
// Montreal gras italique | ||
@font-face { | ||
font-family: "Montreal"; | ||
src: url('../fonts/montreal/woff2/Montreal-Web-GrasItalique.woff2') format('woff2'), | ||
url('../fonts/montreal/woff/Montreal-Web-GrasItalique.woff') format('woff'), | ||
url('../fonts/montreal/ttf/Montreal-Web-GrasItalique.ttf') format('truetype'); | ||
font-weight: 700; | ||
font-style: italic; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.