Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Kellershoff
pwny.gorilla.moe
Commits
88c8e451
Commit
88c8e451
authored
Jun 07, 2017
by
Marco Kellershoff
Browse files
Fix font-path in embedded css style
parent
a93a4cc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
index.html
View file @
88c8e451
...
...
@@ -9,7 +9,7 @@
font-family
:
'Source Code Pro'
;
font-style
:
normal
;
font-weight
:
400
;
src
:
local
(
'Source Code Pro'
),
local
(
'SourceCodePro-Regular'
),
url(SourceCodePro-Regular.woff)
format
(
'woff'
);
src
:
local
(
'Source Code Pro'
),
local
(
'SourceCodePro-Regular'
),
url(
assets/
SourceCodePro-Regular.woff)
format
(
'woff'
);
unicode-range
:
U
+
0000-00
FF
,
U
+
0131
,
U
+
0152-0153
,
U
+
02
C6
,
U
+
02
DA
,
U
+
02
DC
,
U
+
2000-206
F
,
U
+
2074
,
U
+
20
AC
,
U
+
2212
,
U
+
2215
,
U
+
E0FF
,
U
+
EFFD
,
U
+
F000
;
}
html
,
body
{
overflow
:
hidden
;
background-color
:
#272b30
;}
...
...
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