aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/webpack/src/stylesheets/sprockets-octicons.scss')
-rwxr-xr-xapp/webpack/src/stylesheets/sprockets-octicons.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/webpack/src/stylesheets/sprockets-octicons.scss b/app/webpack/src/stylesheets/sprockets-octicons.scss
index 7b975de..48fcc67 100755
--- a/app/webpack/src/stylesheets/sprockets-octicons.scss
+++ b/app/webpack/src/stylesheets/sprockets-octicons.scss
@@ -1,9 +1,9 @@
@font-face {
font-family: 'octicons';
- src: font-url('../vendor/fonts/octicons.eot?#iefix') format('embedded-opentype'),
- font-url('../vendor/fonts/octicons.woff') format('woff'),
- font-url('../vendor/fonts/octicons.ttf') format('truetype'),
- font-url('../vendor/fonts/octicons.svg#octicons') format('svg');
+ src: url('../vendor/fonts/octicons.eot?#iefix') format('embedded-opentype'),
+ url('../vendor/fonts/octicons.woff') format('woff'),
+ url('../vendor/fonts/octicons.ttf') format('truetype'),
+ url('../vendor/fonts/octicons.svg#octicons') format('svg');
font-weight: normal;
font-style: normal;
}