fonts: remove Comic Neue

This commit is contained in:
Kazhnuz 2018-06-08 00:31:30 +02:00
parent 02546118c2
commit 73ee9f2039
9 changed files with 0 additions and 22 deletions

View File

@ -1,26 +1,5 @@
/* ------------------ GLOBAL STYLE ------------------- */
@font-face {
font-family: 'Comic Neue Angular';
src: url('../fonts/ComicNeue-Angular-Bold.eot');
src: url('../fonts/ComicNeue-Angular-Bold.eot?#iefix') format('embedded-opentype'),
url('../fonts/ComicNeue-Angular-Bold.woff2') format('woff2'),
url('../fonts/ComicNeue-Angular-Bold.woff') format('woff'),
url('../fonts/ComicNeue-Angular-Bold.ttf') format('truetype');
font-weight: 700;
}
@font-face {
font-family: 'Comic Neue Angular';
src: url('../fonts/ComicNeue-Angular-Bold-Oblique.eot');
src: url('../fonts/ComicNeue-Angular-Bold-Oblique.eot?#iefix') format('embedded-opentype'),
url('../fonts/ComicNeue-Angular-Bold-Oblique.woff2') format('woff2'),
url('../fonts/ComicNeue-Angular-Bold-Oblique.woff') format('woff'),
url('../fonts/ComicNeue-Angular-Bold-Oblique.ttf') format('truetype');
font-weight: 700;
font-style: oblique;
}
body {
font-size:14px;
}
@ -53,7 +32,6 @@ header h1 {
color:#FFF;
font-weight:700;
font-size:5.4em;
font-family: 'Comic Neue Angular';
font-style:oblique;
text-shadow: 0px 2px 12px rgba(0, 0, 0, 0.4);
padding-bottom:0px;

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.