mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Capitalize font name
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
@font-face {
|
||||
font-family: 'atomicons';
|
||||
font-family: 'Atomicons';
|
||||
src:
|
||||
url('atomicons.woff') format('woff');
|
||||
font-weight: normal;
|
||||
@@ -12,7 +12,7 @@
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
line-height: 1;
|
||||
font-family: 'atomicons';
|
||||
font-family: 'Atomicons';
|
||||
font-size: 16px;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
|
||||
Reference in New Issue
Block a user