Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michael Iseard
Kudos-Website
Commits
480629d2
Commit
480629d2
authored
Oct 05, 2020
by
Michael Iseard
Browse files
Move font styles and change h3 font
parent
b477f4c6
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/assets/styles/common/_fonts.scss
View file @
480629d2
...
...
@@ -15,3 +15,14 @@
font-weight
:
normal
;
font-style
:
normal
;
}
h1
,
h2
,
h3
,
h4
{
word-break
:
break-word
;
}
a
:hover
{
transition
:
color
0
.2s
ease
;
}
resources/assets/styles/common/_variables.scss
View file @
480629d2
...
...
@@ -39,18 +39,6 @@ body {
h1
,
h2
,
h3
,
.entry-title
{
font-family
:
$font-serif
;
}
h1
,
h2
,
h3
,
h4
{
word-break
:
break-word
;
}
a
:hover
{
transition
:
color
0
.2s
ease
;
}
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