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
77d9b7f2
Commit
77d9b7f2
authored
Mar 23, 2021
by
Nina
Browse files
Add bold font face
parent
1ee9b9bf
Pipeline
#56099
passed with stages
in 1 minute and 24 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
assets/css/styles.scss
View file @
77d9b7f2
...
...
@@ -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 @
77d9b7f2
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