Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Anthony
memopol
Commits
b06921eb
Commit
b06921eb
authored
Sep 09, 2016
by
Nicolas Joyard
Browse files
Fix non-working propaganda font
parent
43941ef3
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
static/css/custom.css
View file @
b06921eb
...
...
@@ -52,8 +52,10 @@ a.tag:hover {
***************************************************************/
@font-face
{
font-family
:
Propaganda
,
fixed
;
src
:
url(../fonts/PROPAGAN.ttf)
;
font-family
:
Propaganda
;
src
:
url('../fonts/propagan-webfont.woff')
format
(
'woff'
),
url('../fonts/propagan-webfont.ttf')
format
(
'truetype'
),
url('../fonts/propagan-webfont.svg#propagandaregular')
format
(
'svg'
);
}
body
,
.panel-title
{
...
...
static/fonts/PROPAGAN.ttf
deleted
100755 → 0
View file @
43941ef3
File deleted
static/fonts/propagan-webfont.eot
deleted
100644 → 0
View file @
43941ef3
File deleted
static/fonts/propagan-webfont.svg
View file @
b06921eb
This diff is collapsed.
Click to expand it.
static/fonts/propagan-webfont.ttf
View file @
b06921eb
No preview for this file type
static/fonts/propagan-webfont.woff
View file @
b06921eb
No preview for this file type
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