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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
72395d7f
Commit
72395d7f
authored
Oct 05, 2012
by
Nihad Abbasov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no need to add fonts to assets path
parent
317c9281
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
app/assets/stylesheets/main.scss
app/assets/stylesheets/main.scss
+1
-1
config/application.rb
config/application.rb
+0
-3
No files found.
app/assets/stylesheets/main.scss
View file @
72395d7f
...
@@ -8,7 +8,7 @@ $style_color: #474d57;
...
@@ -8,7 +8,7 @@ $style_color: #474d57;
$hover
:
#D9EDF7
;
$hover
:
#D9EDF7
;
/** GitLab Fonts **/
/** GitLab Fonts **/
@font-face
{
font-family
:
Korolev
;
src
:
url('korolev-medium-compressed.otf')
;
}
@font-face
{
font-family
:
Korolev
;
src
:
font-
url
(
'korolev-medium-compressed.otf'
);
}
/** MIXINS **/
/** MIXINS **/
@mixin
shade
{
@mixin
shade
{
...
...
config/application.rb
View file @
72395d7f
...
@@ -50,8 +50,5 @@ module Gitlab
...
@@ -50,8 +50,5 @@ module Gitlab
# Version of your assets, change this if you want to expire all your assets
# Version of your assets, change this if you want to expire all your assets
config
.
assets
.
version
=
'1.0'
config
.
assets
.
version
=
'1.0'
# Add fonts
config
.
assets
.
paths
<<
"
#{
Rails
.
root
}
/app/assets/fonts"
end
end
end
end
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