fix #10 remove google fonts

This commit is contained in:
Bechi 2014-04-01 12:16:33 -03:00
parent 910906664c
commit b496f91b69
6 changed files with 26 additions and 2 deletions

View File

@ -1,5 +1,30 @@
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 300;
src: local('Ubuntu Light'), local('Ubuntu-Light'), url(../font/ubuntu-light.woff) format('woff');
}
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 400;
src: local('Ubuntu'), url(../font/ubuntu.woff) format('woff');
}
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 700;
src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url(../font/ubuntu-bold.woff) format('woff');
}
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 700;
src: local('Ubuntu Bold Italic'), local('Ubuntu-BoldItalic'), url(../font/ubuntu-bold-italic.woff) format('woff');
}
* {
font-family: Helvetica, sans-serif !important;
font-family: 'Ubuntu', Helvetica, sans-serif !important;
}
body {

Binary file not shown.

BIN
font/ubuntu-bold.woff Normal file

Binary file not shown.

BIN
font/ubuntu-light.woff Normal file

Binary file not shown.

BIN
font/ubuntu.woff Normal file

Binary file not shown.

View File

@ -8,7 +8,6 @@
<link rel="stylesheet" href="css/foundation.min.css">
<link rel="stylesheet" href="css/foundation-icons.css">
<link rel="stylesheet" href="css/main.css">
<link href='http://fonts.googleapis.com/css?family=Ubuntu:300,400,700,700italic' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="header" data-ng-init="init()" data-ng-controller="HeaderController">