From 6af2f2ea828209b4d4fca78ee7a66334a033a122 Mon Sep 17 00:00:00 2001 From: Javier Arce Date: Sun, 17 Jan 2016 23:43:04 +0100 Subject: [PATCH] Fixes quotes --- icon_font/template.scss | 15 ++- src/fonts/cartoIcon.eot | Bin 17008 -> 17008 bytes src/fonts/cartoIcon.ttf | Bin 16836 -> 16836 bytes src/fonts/cartoIcon.woff | Bin 10716 -> 10716 bytes src/scss/icon-font.css.scss | 196 ++++++++++++++++++------------------ 5 files changed, 105 insertions(+), 106 deletions(-) diff --git a/icon_font/template.scss b/icon_font/template.scss index 027f034..ccb6a5d 100644 --- a/icon_font/template.scss +++ b/icon_font/template.scss @@ -3,12 +3,12 @@ // -------------------------------------------------- @font-face { - font-family: "CartoIcon"; - src: url("fonts/cartoIcon.eot"); - src: url("fonts/cartoIcon.eot?#iefix") format("embedded-opentype"), - url("fonts/cartoIcon.woff") format("woff"), - url("fonts/cartoIcon.ttf") format("truetype"), - url("fonts/cartoIcon.svg?ey3vsq#cartoIcon") format("svg"); + font-family: 'CartoIcon'; + src: url('fonts/cartoIcon.eot'); + src: url('fonts/cartoIcon.eot?#iefix') format('embedded-opentype'), + url('fonts/cartoIcon.woff') format('woff'), + url('fonts/cartoIcon.ttf') format('truetype'), + url('fonts/cartoIcon.svg?ey3vsq#cartoIcon') format('svg'); font-weight: normal; font-style: normal; } @@ -20,7 +20,7 @@ iconFont--size24"> ``` <%= '*/' %> -.iconFont-<%= glyph.fileName.split("_")[2] %>:before { +.iconFont-<%= glyph.fileName.split("_")[2] %>::before { content: '\<%= glyph.codePoint %>'; } <% }); %> @@ -35,4 +35,3 @@ -moz-osx-font-smoothing: grayscale; line-height: 1; } - diff --git a/src/fonts/cartoIcon.eot b/src/fonts/cartoIcon.eot index 6c06b2d303d3c14e03aba72275b11be69664cf08..3a6b188acfd5e9906a47457b629994731b425fb5 100644 GIT binary patch delta 52 zcmey+!uX+uae@s~&e@4}8<^g&oA_ax)Y+VPew(ih+>E~%fZ)=>>q#(r^8&^T4gg(k B78?Kn delta 52 zcmey+!uX+uae@ugoGTOUHZZ*roA_ax)Rj5${5D@1xEX&j0Kuh$SEs?~%?lVWH~;`! CF&0t) diff --git a/src/fonts/cartoIcon.ttf b/src/fonts/cartoIcon.ttf index 986f171024acfabf693c916e6e2a94f0a2679152..3c71606cd94ad69d7c53dc2a34ea10f9ab58a19d 100644 GIT binary patch delta 45 ucmX@o%y^`kae@=m`*jmtrb(U6iRZWZ%D~O|ivb8O9lV|dqc?uJ-~a%jO%k#I delta 45 ucmX@o%y^`kae@=m8?lKl)1 diff --git a/src/fonts/cartoIcon.woff b/src/fonts/cartoIcon.woff index 6434947729610c276e7767d242c7fe1434df8170..969d37ae21c0a56f87dc59077776fb218f95f0d2 100644 GIT binary patch delta 59 zcmV-B0L1^?Q`}RKdIImRv3$QGDDye-{5D@1xEX%|MHns}yq*N3-<1FV&K1G<2gv1M RU;>E(0F=QGA+uv6c?N678%h8G delta 59 zcmV-B0L1^?Q`}RKdIIbgv3$QGC~I@#`E9;3a5Me_iZEO{cy$_#epCMcJ68nbA0U^5 Rfe9oE0H*y9yt88?c?LTn8NC1i diff --git a/src/scss/icon-font.css.scss b/src/scss/icon-font.css.scss index a51fd94..19e1a94 100644 --- a/src/scss/icon-font.css.scss +++ b/src/scss/icon-font.css.scss @@ -3,12 +3,12 @@ // -------------------------------------------------- @font-face { - font-family: "CartoIcon"; - src: url("fonts/cartoIcon.eot"); - src: url("fonts/cartoIcon.eot?#iefix") format("embedded-opentype"), - url("fonts/cartoIcon.woff") format("woff"), - url("fonts/cartoIcon.ttf") format("truetype"), - url("fonts/cartoIcon.svg?ey3vsq#cartoIcon") format("svg"); + font-family: 'CartoIcon'; + src: url('fonts/cartoIcon.eot'); + src: url('fonts/cartoIcon.eot?#iefix') format('embedded-opentype'), + url('fonts/cartoIcon.woff') format('woff'), + url('fonts/cartoIcon.ttf') format('truetype'), + url('fonts/cartoIcon.svg?ey3vsq#cartoIcon') format('svg'); font-weight: normal; font-style: normal; } @@ -20,7 +20,7 @@ ``` */ -.iconFont-Clock:before { +.iconFont-Clock::before { content: '\E001'; } @@ -30,7 +30,7 @@ ``` */ -.iconFont-Stats:before { +.iconFont-Stats::before { content: '\E002'; } @@ -40,7 +40,7 @@ ``` */ -.iconFont-Heart--empty:before { +.iconFont-Heart--empty::before { content: '\E003'; } @@ -50,7 +50,7 @@ ``` */ -.iconFont-Heart--fill:before { +.iconFont-Heart--fill::before { content: '\E004'; } @@ -60,7 +60,7 @@ ``` */ -.iconFont-Alert:before { +.iconFont-Alert::before { content: '\E005'; } @@ -70,7 +70,7 @@ ``` */ -.iconFont-Rows:before { +.iconFont-Rows::before { content: '\E006'; } @@ -80,7 +80,7 @@ ``` */ -.iconFont-Check:before { +.iconFont-Check::before { content: '\E007'; } @@ -90,7 +90,7 @@ ``` */ -.iconFont-Dribbble:before { +.iconFont-Dribbble::before { content: '\E008'; } @@ -100,7 +100,7 @@ ``` */ -.iconFont-Twitter:before { +.iconFont-Twitter::before { content: '\E009'; } @@ -110,7 +110,7 @@ ``` */ -.iconFont-Wizard:before { +.iconFont-Wizard::before { content: '\E00A'; } @@ -120,7 +120,7 @@ ``` */ -.iconFont-Info:before { +.iconFont-Info::before { content: '\E00B'; } @@ -130,7 +130,7 @@ ``` */ -.iconFont-Fork:before { +.iconFont-Fork::before { content: '\E00C'; } @@ -140,7 +140,7 @@ ``` */ -.iconFont-Facebook:before { +.iconFont-Facebook::before { content: '\E00D'; } @@ -150,7 +150,7 @@ ``` */ -.iconFont-Folder:before { +.iconFont-Folder::before { content: '\E00E'; } @@ -160,7 +160,7 @@ ``` */ -.iconFont-Dropbox:before { +.iconFont-Dropbox::before { content: '\E00F'; } @@ -170,7 +170,7 @@ ``` */ -.iconFont-Cloud:before { +.iconFont-Cloud::before { content: '\E010'; } @@ -180,7 +180,7 @@ ``` */ -.iconFont-Step:before { +.iconFont-Step::before { content: '\E011'; } @@ -190,7 +190,7 @@ ``` */ -.iconFont-AddDocument:before { +.iconFont-AddDocument::before { content: '\E012'; } @@ -200,7 +200,7 @@ ``` */ -.iconFont-ArrowNext:before { +.iconFont-ArrowNext::before { content: '\E013'; } @@ -210,7 +210,7 @@ ``` */ -.iconFont-ArrowPrev:before { +.iconFont-ArrowPrev::before { content: '\E014'; } @@ -220,7 +220,7 @@ ``` */ -.iconFont-Close:before { +.iconFont-Close::before { content: '\E015'; } @@ -230,7 +230,7 @@ ``` */ -.iconFont-CartoFante:before { +.iconFont-CartoFante::before { content: '\E016'; } @@ -240,7 +240,7 @@ ``` */ -.iconFont-Lock:before { +.iconFont-Lock::before { content: '\E017'; } @@ -250,7 +250,7 @@ ``` */ -.iconFont-CartoDB:before { +.iconFont-CartoDB::before { content: '\E018'; } @@ -260,7 +260,7 @@ ``` */ -.iconFont-Lens:before { +.iconFont-Lens::before { content: '\E019'; } @@ -270,7 +270,7 @@ ``` */ -.iconFont-CloseLimits:before { +.iconFont-CloseLimits::before { content: '\E01A'; } @@ -280,7 +280,7 @@ ``` */ -.iconFont-DefaultUser:before { +.iconFont-DefaultUser::before { content: '\E01B'; } @@ -290,7 +290,7 @@ ``` */ -.iconFont-Cockroach:before { +.iconFont-Cockroach::before { content: '\E01C'; } @@ -300,7 +300,7 @@ ``` */ -.iconFont-Floppy:before { +.iconFont-Floppy::before { content: '\E01D'; } @@ -310,7 +310,7 @@ ``` */ -.iconFont-Trash:before { +.iconFont-Trash::before { content: '\E01E'; } @@ -320,7 +320,7 @@ ``` */ -.iconFont-Wifi:before { +.iconFont-Wifi::before { content: '\E01F'; } @@ -330,7 +330,7 @@ ``` */ -.iconFont-Unlock:before { +.iconFont-Unlock::before { content: '\E020'; } @@ -340,7 +340,7 @@ ``` */ -.iconFont-Unlock--withEllipsis:before { +.iconFont-Unlock--withEllipsis::before { content: '\E021'; } @@ -350,7 +350,7 @@ ``` */ -.iconFont-Gift:before { +.iconFont-Gift::before { content: '\E022'; } @@ -360,7 +360,7 @@ ``` */ -.iconFont-People:before { +.iconFont-People::before { content: '\E023'; } @@ -370,7 +370,7 @@ ``` */ -.iconFont-Play:before { +.iconFont-Play::before { content: '\E024'; } @@ -380,7 +380,7 @@ ``` */ -.iconFont-Add:before { +.iconFont-Add::before { content: '\E025'; } @@ -390,7 +390,7 @@ ``` */ -.iconFont-Map:before { +.iconFont-Map::before { content: '\E026'; } @@ -400,7 +400,7 @@ ``` */ -.iconFont-Anchor:before { +.iconFont-Anchor::before { content: '\E027'; } @@ -410,7 +410,7 @@ ``` */ -.iconFont-Key:before { +.iconFont-Key::before { content: '\E028'; } @@ -420,7 +420,7 @@ ``` */ -.iconFont-Calendar:before { +.iconFont-Calendar::before { content: '\E029'; } @@ -430,7 +430,7 @@ ``` */ -.iconFont-Document:before { +.iconFont-Document::before { content: '\E02A'; } @@ -440,7 +440,7 @@ ``` */ -.iconFont-Eye:before { +.iconFont-Eye::before { content: '\E02B'; } @@ -450,7 +450,7 @@ ``` */ -.iconFont-Marker:before { +.iconFont-Marker::before { content: '\E02C'; } @@ -460,7 +460,7 @@ ``` */ -.iconFont-ProgressBar:before { +.iconFont-ProgressBar::before { content: '\E02D'; } @@ -470,7 +470,7 @@ ``` */ -.iconFont-Book:before { +.iconFont-Book::before { content: '\E02E'; } @@ -480,7 +480,7 @@ ``` */ -.iconFont-Notes:before { +.iconFont-Notes::before { content: '\E02F'; } @@ -490,7 +490,7 @@ ``` */ -.iconFont-Rectangles:before { +.iconFont-Rectangles::before { content: '\E030'; } @@ -500,7 +500,7 @@ ``` */ -.iconFont-Mountain:before { +.iconFont-Mountain::before { content: '\E031'; } @@ -510,7 +510,7 @@ ``` */ -.iconFont-Points:before { +.iconFont-Points::before { content: '\E032'; } @@ -520,7 +520,7 @@ ``` */ -.iconFont-Snake:before { +.iconFont-Snake::before { content: '\E033'; } @@ -530,7 +530,7 @@ ``` */ -.iconFont-Boss:before { +.iconFont-Boss::before { content: '\E034'; } @@ -540,7 +540,7 @@ ``` */ -.iconFont-Rocket:before { +.iconFont-Rocket::before { content: '\E035'; } @@ -550,7 +550,7 @@ ``` */ -.iconFont-Barometer:before { +.iconFont-Barometer::before { content: '\E036'; } @@ -560,7 +560,7 @@ ``` */ -.iconFont-Dollar:before { +.iconFont-Dollar::before { content: '\E037'; } @@ -570,7 +570,7 @@ ``` */ -.iconFont-Email:before { +.iconFont-Email::before { content: '\E038'; } @@ -580,7 +580,7 @@ ``` */ -.iconFont-Label:before { +.iconFont-Label::before { content: '\E039'; } @@ -590,7 +590,7 @@ ``` */ -.iconFont-Outside:before { +.iconFont-Outside::before { content: '\E03A'; } @@ -600,7 +600,7 @@ ``` */ -.iconFont-Jigsaw:before { +.iconFont-Jigsaw::before { content: '\E03B'; } @@ -610,7 +610,7 @@ ``` */ -.iconFont-Tools:before { +.iconFont-Tools::before { content: '\E03C'; } @@ -620,7 +620,7 @@ ``` */ -.iconFont-Question:before { +.iconFont-Question::before { content: '\E03D'; } @@ -630,7 +630,7 @@ ``` */ -.iconFont-LayerStack:before { +.iconFont-LayerStack::before { content: '\E03E'; } @@ -640,7 +640,7 @@ ``` */ -.iconFont-Alarm:before { +.iconFont-Alarm::before { content: '\E03F'; } @@ -650,7 +650,7 @@ ``` */ -.iconFont-CloudDownArrow:before { +.iconFont-CloudDownArrow::before { content: '\E040'; } @@ -660,7 +660,7 @@ ``` */ -.iconFont-Pencil:before { +.iconFont-Pencil::before { content: '\E041'; } @@ -670,7 +670,7 @@ ``` */ -.iconFont-FountainPen:before { +.iconFont-FountainPen::before { content: '\E042'; } @@ -680,7 +680,7 @@ ``` */ -.iconFont-EmptyDoc:before { +.iconFont-EmptyDoc::before { content: '\E043'; } @@ -690,7 +690,7 @@ ``` */ -.iconFont-MergeArrow:before { +.iconFont-MergeArrow::before { content: '\E044'; } @@ -700,7 +700,7 @@ ``` */ -.iconFont-MergeColumns:before { +.iconFont-MergeColumns::before { content: '\E045'; } @@ -710,7 +710,7 @@ ``` */ -.iconFont-MergeSpatial:before { +.iconFont-MergeSpatial::before { content: '\E046'; } @@ -720,7 +720,7 @@ ``` */ -.iconFont-Globe:before { +.iconFont-Globe::before { content: '\E047'; } @@ -730,7 +730,7 @@ ``` */ -.iconFont-ChevronDown:before { +.iconFont-ChevronDown::before { content: '\E048'; } @@ -740,7 +740,7 @@ ``` */ -.iconFont-Streets:before { +.iconFont-Streets::before { content: '\E049'; } @@ -750,7 +750,7 @@ ``` */ -.iconFont-Keys:before { +.iconFont-Keys::before { content: '\E04A'; } @@ -760,7 +760,7 @@ ``` */ -.iconFont-FacebookSquare:before { +.iconFont-FacebookSquare::before { content: '\E04B'; } @@ -770,7 +770,7 @@ ``` */ -.iconFont-Fullscreen:before { +.iconFont-Fullscreen::before { content: '\E04C'; } @@ -780,7 +780,7 @@ ``` */ -.iconFont-Rarrow:before { +.iconFont-Rarrow::before { content: '\E04D'; } @@ -790,7 +790,7 @@ ``` */ -.iconFont-Share:before { +.iconFont-Share::before { content: '\E04E'; } @@ -800,7 +800,7 @@ ``` */ -.iconFont-Linkedin:before { +.iconFont-Linkedin::before { content: '\E04F'; } @@ -810,7 +810,7 @@ ``` */ -.iconFont-CalendarBlank:before { +.iconFont-CalendarBlank::before { content: '\E050'; } @@ -820,7 +820,7 @@ ``` */ -.iconFont-CreativeCommons:before { +.iconFont-CreativeCommons::before { content: '\E051'; } @@ -830,7 +830,7 @@ ``` */ -.iconFont-Bubble:before { +.iconFont-Bubble::before { content: '\E052'; } @@ -840,7 +840,7 @@ ``` */ -.iconFont-Bars:before { +.iconFont-Bars::before { content: '\E053'; } @@ -850,7 +850,7 @@ ``` */ -.iconFont-ArrowMenu:before { +.iconFont-ArrowMenu::before { content: '\E054'; } @@ -860,7 +860,7 @@ ``` */ -.iconFont-TieFighter:before { +.iconFont-TieFighter::before { content: '\E055'; } @@ -870,7 +870,7 @@ ``` */ -.iconFont-Ray:before { +.iconFont-Ray::before { content: '\E056'; } @@ -880,7 +880,7 @@ ``` */ -.iconFont-Markup:before { +.iconFont-Markup::before { content: '\E057'; } @@ -890,7 +890,7 @@ ``` */ -.iconFont-Table:before { +.iconFont-Table::before { content: '\E058'; } @@ -900,7 +900,7 @@ ``` */ -.iconFont-Airlock:before { +.iconFont-Airlock::before { content: '\E059'; } @@ -910,7 +910,7 @@ ``` */ -.iconFont-Pin:before { +.iconFont-Pin::before { content: '\E05A'; } @@ -920,7 +920,7 @@ ``` */ -.iconFont-Attache:before { +.iconFont-Attache::before { content: '\E05B'; } @@ -930,7 +930,7 @@ ``` */ -.iconFont-Download:before { +.iconFont-Download::before { content: '\E05C'; }