Changed theme structure. Moved all assets into /assets/

This commit is contained in:
John O'Nolan
2013-08-10 14:26:34 +02:00
committed by Hannah Wolfe
parent 1fb478234a
commit 820b222f8e
12 changed files with 0 additions and 0 deletions

11
assets/css/fonts.css Normal file
View File

@@ -0,0 +1,11 @@
@font-face {
font-family: 'galette';
src: url('../fonts/galette-med-webfont.eot');
src: url('../fonts/galette-med-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/galette-med-webfont.woff') format('woff'),
url('../fonts/galette-med-webfont.ttf') format('truetype'),
url('../fonts/galette-med-webfont.svg#galetteregular') format('svg');
font-weight: normal;
font-style: normal;
}