Commit 7768cdf0 authored by Romain DELEAU's avatar Romain DELEAU

set font-family to Glacial Indifference

parent 92a1e612
...@@ -84,7 +84,8 @@ ...@@ -84,7 +84,8 @@
&-title { &-title {
margin-top: 20px; margin-top: 20px;
font-size: 25px; font-size: 25px;
font-weight: bold; //font-weight: bold;
font-family: 'Glacial Indifference Bold';
} }
&-objective{ &-objective{
height: 100%; height: 100%;
......
...@@ -97,7 +97,8 @@ ...@@ -97,7 +97,8 @@
&-title { &-title {
margin-top: 20px; margin-top: 20px;
font-size: 25px; font-size: 25px;
font-weight: bold; //font-weight: bold;
font-family: 'Glacial Indifference Bold';
} }
&-universe { &-universe {
display: flex; display: flex;
......
...@@ -74,7 +74,8 @@ ...@@ -74,7 +74,8 @@
&-title { &-title {
margin-top: 20px; margin-top: 20px;
font-size: 25px; font-size: 25px;
font-weight: bold; //font-weight: bold;
font-family: 'Glacial Indifference Bold';
} }
&-objective{ &-objective{
height: 100%; height: 100%;
......
...@@ -103,7 +103,8 @@ ...@@ -103,7 +103,8 @@
&-title { &-title {
margin-top: 20px; margin-top: 20px;
font-size: 25px; font-size: 25px;
font-weight: bold; //font-weight: bold;
font-family: 'Glacial Indifference Bold';
} }
&-duration { &-duration {
display: flex; display: flex;
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<input name="intitule" type="text" placeholder="Organisateur de goûters d'anniversaire"/> <input name="intitule" type="text" placeholder="Organisateur de goûters d'anniversaire"/>
</div> </div>
<div class="piece-form-name"> <div class="piece-form-name">
<label for="name">Nom de le quête</label> <label for="name">Nom de la quête</label>
<input name="name" type="text" placeholder="Fête d'anniversaire"/> <input name="name" type="text" placeholder="Fête d'anniversaire"/>
</div> </div>
<div class="piece-form-objective"> <div class="piece-form-objective">
......
...@@ -106,7 +106,8 @@ ...@@ -106,7 +106,8 @@
&-title { &-title {
margin-top: 20px; margin-top: 20px;
font-size: 25px; font-size: 25px;
font-weight: bold; //font-weight: bold;
font-family: 'Glacial Indifference Bold';
} }
&-intitule { &-intitule {
display: flex; display: flex;
......
...@@ -140,7 +140,8 @@ ...@@ -140,7 +140,8 @@
} }
&-title { &-title {
font-size: 25px; font-size: 25px;
font-weight: bold; //font-weight: bold;
font-family: 'Glacial Indifference Bold';
} }
&-symbol { &-symbol {
width: 50px; width: 50px;
......
...@@ -3,10 +3,31 @@ ...@@ -3,10 +3,31 @@
--background-color: white; --background-color: white;
} }
@font-face {
font-family: 'Glacial Indifference';
src: url(../src/assets/fonts/GlacialIndifference-Regular.otf);
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Glacial Indifference Bold';
src: url(../src/assets/fonts/GlacialIndifference-Bold.otf);
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Glacial Indifference Italic';
src: url(../src/assets/fonts/GlacialIndifference-Italic.otf);
font-weight: normal;
font-style: italic;
}
body { body {
margin-top: 60px; margin-top: 60px;
background-color: var(--background-color); background-color: var(--background-color);
font-family: Glacial Indifference; font-family: 'Glacial Indifference', sans-serif;
//transform: scale(0.9); //transform: scale(0.9);
//transform-origin: top left; //transform-origin: top left;
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment