Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GrowBros
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tomato
GrowBros
Merge requests
!43
Fix fontalternative
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix fontalternative
fix_fontalternative
into
main
Overview
0
Commits
2
Pipelines
0
Changes
2
Merged
Riedel Nina
requested to merge
fix_fontalternative
into
main
1 year ago
Overview
0
Commits
2
Pipelines
0
Changes
2
Expand
alternative font added
0
0
Merge request reports
Viewing commit
183abac1
Prev
Next
Show latest version
2 files
+
5
−
5
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
183abac1
font fix, alternative font added
· 183abac1
Riedel Nina
authored
1 year ago
growbros-frontend/src/stylesheets/Home.css
+
4
−
4
Options
@@ -15,7 +15,7 @@
@@ -15,7 +15,7 @@
color
:
#4d5927
;
color
:
#4d5927
;
}
}
.descriptionAside
h1
{
.descriptionAside
h1
{
font-family
:
Garamond
;
font-family
:
Garamond
,
sans-serif
;
}
}
.descriptionAside
h2
{
.descriptionAside
h2
{
padding-top
:
5px
;
padding-top
:
5px
;
@@ -23,7 +23,7 @@
@@ -23,7 +23,7 @@
.descriptionAside
p
{
.descriptionAside
p
{
padding-top
:
20px
;
padding-top
:
20px
;
font-family
:
Century
Gothic
;
font-family
:
Century
Gothic
,
sans-serif
;
}
}
@@ -36,7 +36,7 @@
@@ -36,7 +36,7 @@
padding
:
10%
;
padding
:
10%
;
font-size
:
1.5rem
;
font-size
:
1.5rem
;
font-weight
:
500
;
font-weight
:
500
;
font-family
:
Century
Gothic
;
font-family
:
Century
Gothic
,
sans-serif
;
}
}
.smallDiv
{
.smallDiv
{
@@ -46,7 +46,7 @@
@@ -46,7 +46,7 @@
.smallDiv
p
{
.smallDiv
p
{
padding-top
:
10px
;
padding-top
:
10px
;
font-family
:
Century
Gothic
;
font-family
:
Century
Gothic
,
sans-serif
;
font-size
:
1.25rem
;
font-size
:
1.25rem
;
}
}
Loading