Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RLG Maker
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Romain DELEAU
RLG Maker
Commits
7768cdf0
Commit
7768cdf0
authored
Feb 01, 2023
by
Romain DELEAU
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
set font-family to Glacial Indifference
parent
92a1e612
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
35 additions
and
8 deletions
+35
-8
educational-objective.component.scss
...ducational-objective/educational-objective.component.scss
+2
-1
game-context.component.scss
src/app/pieces/game-context/game-context.component.scss
+2
-1
game-educationnal-objective.component.scss
...nnal-objective/game-educationnal-objective.component.scss
+2
-1
mission-context.component.scss
...app/pieces/mission-context/mission-context.component.scss
+2
-1
role.component.html
src/app/pieces/role/role.component.html
+1
-1
role.component.scss
src/app/pieces/role/role.component.scss
+2
-1
task.component.scss
src/app/pieces/task/task.component.scss
+2
-1
GlacialIndifference-Bold.otf
src/assets/fonts/GlacialIndifference-Bold.otf
+0
-0
GlacialIndifference-Italic.otf
src/assets/fonts/GlacialIndifference-Italic.otf
+0
-0
GlacialIndifference-Regular.otf
src/assets/fonts/GlacialIndifference-Regular.otf
+0
-0
styles.scss
src/styles.scss
+22
-1
No files found.
src/app/pieces/educational-objective/educational-objective.component.scss
View file @
7768cdf0
...
...
@@ -84,7 +84,8 @@
&
-title
{
margin-top
:
20px
;
font-size
:
25px
;
font-weight
:
bold
;
//font-weight: bold;
font-family
:
'Glacial Indifference Bold'
;
}
&
-objective
{
height
:
100%
;
...
...
src/app/pieces/game-context/game-context.component.scss
View file @
7768cdf0
...
...
@@ -97,7 +97,8 @@
&
-title
{
margin-top
:
20px
;
font-size
:
25px
;
font-weight
:
bold
;
//font-weight: bold;
font-family
:
'Glacial Indifference Bold'
;
}
&
-universe
{
display
:
flex
;
...
...
src/app/pieces/game-educationnal-objective/game-educationnal-objective.component.scss
View file @
7768cdf0
...
...
@@ -74,7 +74,8 @@
&
-title
{
margin-top
:
20px
;
font-size
:
25px
;
font-weight
:
bold
;
//font-weight: bold;
font-family
:
'Glacial Indifference Bold'
;
}
&
-objective
{
height
:
100%
;
...
...
src/app/pieces/mission-context/mission-context.component.scss
View file @
7768cdf0
...
...
@@ -103,7 +103,8 @@
&
-title
{
margin-top
:
20px
;
font-size
:
25px
;
font-weight
:
bold
;
//font-weight: bold;
font-family
:
'Glacial Indifference Bold'
;
}
&
-duration
{
display
:
flex
;
...
...
src/app/pieces/role/role.component.html
View file @
7768cdf0
...
...
@@ -16,7 +16,7 @@
<input
name=
"intitule"
type=
"text"
placeholder=
"Organisateur de goûters d'anniversaire"
/>
</div>
<div
class=
"piece-form-name"
>
<label
for=
"name"
>
Nom de l
e
quête
</label>
<label
for=
"name"
>
Nom de l
a
quête
</label>
<input
name=
"name"
type=
"text"
placeholder=
"Fête d'anniversaire"
/>
</div>
<div
class=
"piece-form-objective"
>
...
...
src/app/pieces/role/role.component.scss
View file @
7768cdf0
...
...
@@ -106,7 +106,8 @@
&
-title
{
margin-top
:
20px
;
font-size
:
25px
;
font-weight
:
bold
;
//font-weight: bold;
font-family
:
'Glacial Indifference Bold'
;
}
&
-intitule
{
display
:
flex
;
...
...
src/app/pieces/task/task.component.scss
View file @
7768cdf0
...
...
@@ -140,7 +140,8 @@
}
&
-title
{
font-size
:
25px
;
font-weight
:
bold
;
//font-weight: bold;
font-family
:
'Glacial Indifference Bold'
;
}
&
-symbol
{
width
:
50px
;
...
...
src/assets/fonts/GlacialIndifference-Bold.otf
0 → 100644
View file @
7768cdf0
File added
src/assets/fonts/GlacialIndifference-Italic.otf
0 → 100644
View file @
7768cdf0
File added
src/assets/fonts/GlacialIndifference-Regular.otf
0 → 100644
View file @
7768cdf0
File added
src/styles.scss
View file @
7768cdf0
...
...
@@ -3,10 +3,31 @@
--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
{
margin-top
:
60px
;
background-color
:
var
(
--
background-color
);
font-family
:
Glacial
Indifference
;
font-family
:
'Glacial Indifference'
,
sans-serif
;
//transform: scale(0.9);
//transform-origin: top left;
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment