Add a palette icon to our custom font
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
@font-face {
|
||||
font-family: 'cptools';
|
||||
src:
|
||||
url('fonts/cptools.ttf?703wg5') format('truetype'),
|
||||
url('fonts/cptools.woff?703wg5') format('woff'),
|
||||
url('fonts/cptools.svg?703wg5#cptools') format('svg');
|
||||
url('fonts/cptools.ttf?gjk60v') format('truetype'),
|
||||
url('fonts/cptools.woff?gjk60v') format('woff'),
|
||||
url('fonts/cptools.svg?gjk60v#cptools') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@@ -24,6 +24,9 @@
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.cptools-palette:before {
|
||||
content: "\e910";
|
||||
}
|
||||
.cptools-slide:before {
|
||||
content: "\e902";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user