fixed the path to the font

This commit is contained in:
Manuel Friedli 2014-07-03 20:06:37 +02:00
parent 09562d47a4
commit 218a0f40e5
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
@font-face {
font-family: 'Uhrenfont';
src: url('uhr.woff') format('woff');
src: url('../resources/uhr.woff') format('woff');
}
body {
font-family: 'Uhrenfont', sans-serif;