Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
schleuder
schleuder-website
Commits
cbce0b1b
Commit
cbce0b1b
authored
Mar 23, 2021
by
paz
Browse files
Merge branch 'nina/bold-font-face' into 'main'
Add bold font face Closes
#57
See merge request
!103
parents
1ee9b9bf
77d9b7f2
Pipeline
#56145
passed with stages
in 1 minute and 22 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
assets/css/styles.scss
View file @
cbce0b1b
...
...
@@ -22,7 +22,8 @@ $navbar-dropdown-item-hover-background-color: white;
@font-face
{
font-family
:
'DejaVuSans'
;
src
:
url('/assets/fonts/DejaVuSans-webfont.woff')
src
:
url('/assets/fonts/DejaVuSans-webfont.woff')
;
font-weight
:
400
;
}
@font-face
{
...
...
@@ -30,6 +31,12 @@ $navbar-dropdown-item-hover-background-color: white;
src
:
url('/assets/fonts/DejaVuSansMono-webfont.woff')
}
@font-face
{
font-family
:
'DejaVuSans'
;
src
:
url('/assets/fonts/DejaVuSansBold-webfont.woff')
;
font-weight
:
700
;
}
html
{
scroll-padding-top
:
5
.6rem
;
/* height of sticky header plus margins */
}
...
...
assets/fonts/DejaVuSansBold-webfont.woff
0 → 100644
View file @
cbce0b1b
File added
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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