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
SRCT
srctweb
Commits
c2f3cecc
Commit
c2f3cecc
authored
Apr 16, 2016
by
Zach
Browse files
Sometimes you just need some good ol' quotes and relative filepaths to fix a webfont. Fixes #7
parent
404642de
Changes
1
Show whitespace changes
Inline
Side-by-side
srctweb/website/static/css/style.css
View file @
c2f3cecc
...
...
@@ -23,8 +23,8 @@ a[name] {
background-color
:
#e4e6d7
;
}
@font-face
{
font-family
:
Xolonium
,
Arial
,
sans-serif
;
src
:
url(
/static
/fonts/Xolonium-Regular.otf)
format
(
"opentype"
);
font-family
:
'
Xolonium
'
;
src
:
url(
'..
/fonts/Xolonium-Regular.otf
'
)
format
(
"opentype"
);
}
.xolonium
{
font-family
:
Xolonium
;
...
...
Zach Knox
@zknox
mentioned in issue
#7 (closed)
·
Apr 16, 2016
mentioned in issue
#7 (closed)
mentioned in issue #7
Toggle commit list
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