Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
R
redeleitsystem
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
redl
redeleitsystem
Commits
c44f89eb
Commit
c44f89eb
authored
Nov 08, 2015
by
Robin Sonnabend
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Newer Icon Font
parent
d1441623
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletion
+4
-1
static/font/icon-font.ttf
static/font/icon-font.ttf
+0
-0
static/font/icon-font.woff2
static/font/icon-font.woff2
+0
-0
templates/icon-font.css
templates/icon-font.css
+4
-1
No files found.
static/font/icon-font.ttf
deleted
100644 → 0
View file @
d1441623
File deleted
static/font/icon-font.woff2
0 → 100644
View file @
c44f89eb
File added
templates/icon-font.css
View file @
c44f89eb
...
...
@@ -2,7 +2,7 @@
font-family
:
'Material Icons'
;
font-style
:
normal
;
font-weight
:
400
;
src
:
local
(
'Material Icons'
),
local
(
'MaterialIcons-Regular'
),
url({{ url_for('static', filename='font/icon-font.
ttf')
}
}
)
format
(
'truetype
'
);
src
:
local
(
'Material Icons'
),
local
(
'MaterialIcons-Regular'
),
url({{ url_for('static', filename='font/icon-font.
woff2')
}
}
)
format
(
'woff2
'
);
}
.material-icons
{
...
...
@@ -17,4 +17,7 @@
white-space
:
nowrap
;
word-wrap
:
normal
;
direction
:
ltr
;
-webkit-font-feature-settings
:
'liga'
;
-webkit-font-smoothing
:
antialiased
;
}
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