fixed the path to the font
This commit is contained in:
parent
09562d47a4
commit
218a0f40e5
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Uhrenfont';
|
font-family: 'Uhrenfont';
|
||||||
src: url('uhr.woff') format('woff');
|
src: url('../resources/uhr.woff') format('woff');
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
font-family: 'Uhrenfont', sans-serif;
|
font-family: 'Uhrenfont', sans-serif;
|
||||||
|
|
Loading…
Reference in a new issue