Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
d80d4cd9
Commit
d80d4cd9
authored
Dec 24, 2012
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace font with free one
parent
2462949f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
app/assets/fonts/korolev-medium-compressed.otf
app/assets/fonts/korolev-medium-compressed.otf
+0
-0
app/assets/fonts/wire-one.ttf
app/assets/fonts/wire-one.ttf
+0
-0
app/assets/stylesheets/gitlab_bootstrap/fonts.scss
app/assets/stylesheets/gitlab_bootstrap/fonts.scss
+4
-4
app/assets/stylesheets/gitlab_bootstrap/mixins.scss
app/assets/stylesheets/gitlab_bootstrap/mixins.scss
+3
-3
No files found.
app/assets/fonts/korolev-medium-compressed.otf
deleted
100644 → 0
View file @
2462949f
File deleted
app/assets/fonts/wire-one.ttf
0 → 100644
View file @
d80d4cd9
File added
app/assets/stylesheets/gitlab_bootstrap/fonts.scss
View file @
d80d4cd9
@font-face
{
font-family
:
Korolev
;
src
:
font-url
(
'
korolev-medium-compressed.o
tf'
);
@font-face
{
font-family
:
Wireone
;
src
:
font-url
(
'
wire-one.t
tf'
);
}
/** Typo **/
$monospace
:
'Menlo'
,
'Liberation Mono'
,
'Consolas'
,
'Courier New'
,
'andale mono'
,
'lucida console'
,
monospace
;
\ No newline at end of file
$monospace
:
'Menlo'
,
'Liberation Mono'
,
'Consolas'
,
'Courier New'
,
'andale mono'
,
'lucida console'
,
monospace
;
app/assets/stylesheets/gitlab_bootstrap/mixins.scss
View file @
d80d4cd9
...
...
@@ -62,8 +62,8 @@
@mixin
header-font
{
color
:
$style_color
;
text-shadow
:
0
1px
1px
#FFF
;
font-family
:
'
Korolev
'
,
sans-serif
;
font-size
:
28
px
;
line-height
:
4
8
px
;
font-family
:
'
Wireone
'
,
sans-serif
;
font-size
:
30
px
;
line-height
:
4
2
px
;
font-weight
:
normal
;
}
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