mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Add Atomicons
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
@import "octicon-utf-codes";
|
||||
@import "octicon-mixins";
|
||||
@import "octicons";
|
||||
@import "atomicons";
|
||||
|
||||
// Normalize + scaffolding
|
||||
@import "normalize";
|
||||
|
||||
77
static/atomicons.less
Executable file
77
static/atomicons.less
Executable file
@@ -0,0 +1,77 @@
|
||||
@font-face {
|
||||
font-family: 'atomicons';
|
||||
src:
|
||||
url('atomicons.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.atomicon:before {
|
||||
display: inline-block;
|
||||
speak: none;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
line-height: 1;
|
||||
font-family: 'atomicons';
|
||||
font-size: 16px;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
.atomicon-array:before {
|
||||
content: "\e900";
|
||||
}
|
||||
.atomicon-boolean:before {
|
||||
content: "\e901";
|
||||
}
|
||||
.atomicon-class:before {
|
||||
content: "\e902";
|
||||
}
|
||||
.atomicon-constant:before {
|
||||
content: "\e903";
|
||||
}
|
||||
.atomicon-constructor:before {
|
||||
content: "\e904";
|
||||
}
|
||||
.atomicon-enum:before {
|
||||
content: "\e905";
|
||||
}
|
||||
.atomicon-field:before {
|
||||
content: "\e906";
|
||||
}
|
||||
.atomicon-file:before {
|
||||
content: "\e907";
|
||||
}
|
||||
.atomicon-function:before {
|
||||
content: "\e908";
|
||||
}
|
||||
.atomicon-interface:before {
|
||||
content: "\e909";
|
||||
}
|
||||
.atomicon-method:before {
|
||||
content: "\e90a";
|
||||
}
|
||||
.atomicon-module:before {
|
||||
content: "\e90b";
|
||||
}
|
||||
.atomicon-namespace:before {
|
||||
content: "\e90c";
|
||||
}
|
||||
.atomicon-number:before {
|
||||
content: "\e90d";
|
||||
}
|
||||
.atomicon-package:before {
|
||||
content: "\e90e";
|
||||
}
|
||||
.atomicon-property:before {
|
||||
content: "\e90f";
|
||||
}
|
||||
.atomicon-string:before {
|
||||
content: "\e910";
|
||||
}
|
||||
.atomicon-variable:before {
|
||||
content: "\e911";
|
||||
}
|
||||
BIN
static/atomicons.woff
Executable file
BIN
static/atomicons.woff
Executable file
Binary file not shown.
Reference in New Issue
Block a user