Skip to content
Snippets Groups Projects

performance and security fixes

Merged gitlab-qa-bot requested to merge github/fork/NARKOZ/patch-0 into master

Created by: NARKOZ

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • gitlab-qa-bot
  • 8 8 $hover: #D9EDF7;
    9 9
    10 10 /** GitLab Fonts **/
    11 @font-face { font-family: Korolev; src: url('korolev-medium-compressed.otf'); }
    11 @font-face { font-family: Korolev; src: font-url('korolev-medium-compressed.otf'); }
    • Created by: dzaporozhets

      why src: font-url ?

      By Administrator on 2012-10-05T14:42:42 (imported from GitLab project)

      By Administrator on 2012-10-05T14:42:42 (imported from GitLab)

  • gitlab-qa-bot
  • 50 50
    51 51 # Version of your assets, change this if you want to expire all your assets
    52 52 config.assets.version = '1.0'
    53
    54 # Add fonts
    55 config.assets.paths << "#{Rails.root}/app/assets/fonts"
    • Created by: dzaporozhets

      will it be loaded automatically?

      By Administrator on 2012-10-05T14:42:42 (imported from GitLab project)

      By Administrator on 2012-10-05T14:42:42 (imported from GitLab)

  • gitlab-qa-bot
  • 8 8 $hover: #D9EDF7;
    9 9
    10 10 /** GitLab Fonts **/
    11 @font-face { font-family: Korolev; src: url('korolev-medium-compressed.otf'); }
    11 @font-face { font-family: Korolev; src: font-url('korolev-medium-compressed.otf'); }
  • gitlab-qa-bot
  • 50 50
    51 51 # Version of your assets, change this if you want to expire all your assets
    52 52 config.assets.version = '1.0'
    53
    54 # Add fonts
    55 config.assets.paths << "#{Rails.root}/app/assets/fonts"
    • Created by: NARKOZ

      Yes.

      By Administrator on 2012-10-05T14:44:36 (imported from GitLab project)

      By Administrator on 2012-10-05T14:44:36 (imported from GitLab)

  • Created by: dzaporozhets

    good. thank you :)

    By Administrator on 2012-10-05T14:48:53 (imported from GitLab project)

    By Administrator on 2012-10-05T14:48:53 (imported from GitLab)

  • Created by: riyad

    nice :)

    By Administrator on 2012-10-05T14:57:59 (imported from GitLab project)

    By Administrator on 2012-10-05T14:57:59 (imported from GitLab)

  • Please register or sign in to reply
    Loading