move @font-face into default atom.css

This commit is contained in:
Justin Palmer
2013-02-03 14:35:52 -08:00
parent 44d4efdc10
commit 908c9245fd
2 changed files with 7 additions and 7 deletions

View File

@@ -53,4 +53,11 @@ html, body {
left: 0;
right: 0;
box-sizing: border-box;
}
@font-face {
font-family: 'Octicons Regular';
src: url("octicons-regular-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}