replace fonts
This commit is contained in:
parent
6d6dfc5dce
commit
5f2c3778c1
25 changed files with 15288 additions and 39 deletions
|
@ -1,3 +1,52 @@
|
|||
/* FONTS */
|
||||
/* im-fell-english-sc-regular - latin */
|
||||
@font-face {
|
||||
font-family: 'IM Fell English SC';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('../fonts/im-fell-english-sc-v10-latin-regular.eot'); /* IE9 Compat Modes */
|
||||
src: local('IM FELL English SC'), local('IM_FELL_English_SC'),
|
||||
url('../fonts/im-fell-english-sc-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('../fonts/im-fell-english-sc-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
|
||||
url('../fonts/im-fell-english-sc-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
|
||||
url('../fonts/im-fell-english-sc-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
|
||||
url('../fonts/im-fell-english-sc-v10-latin-regular.svg#IMFellEnglishSC') format('svg'); /* Legacy iOS */
|
||||
}
|
||||
/* im-fell-great-primer-regular - latin */
|
||||
@font-face {
|
||||
font-family: 'IM Fell Great Primer';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('../fonts/im-fell-great-primer-v10-latin-regular.eot'); /* IE9 Compat Modes */
|
||||
src: local('IM FELL Great Primer Roman'), local('IM_FELL_Great_Primer_Roman'),
|
||||
url('../fonts/im-fell-great-primer-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('../fonts/im-fell-great-primer-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
|
||||
url('../fonts/im-fell-great-primer-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
|
||||
url('../fonts/im-fell-great-primer-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
|
||||
url('../fonts/im-fell-great-primer-v10-latin-regular.svg#IMFellGreatPrimer') format('svg'); /* Legacy iOS */
|
||||
}
|
||||
|
||||
/* im-fell-great-primer-italic - latin */
|
||||
@font-face {
|
||||
font-family: 'IM Fell Great Primer';
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
src: url('../fonts/im-fell-great-primer-v10-latin-italic.eot'); /* IE9 Compat Modes */
|
||||
src: local('IM FELL Great Primer Italic'), local('IM_FELL_Great_Primer_Italic'),
|
||||
url('../fonts/im-fell-great-primer-v10-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('../fonts/im-fell-great-primer-v10-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
|
||||
url('../fonts/im-fell-great-primer-v10-latin-italic.woff') format('woff'), /* Modern Browsers */
|
||||
url('../fonts/im-fell-great-primer-v10-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
|
||||
url('../fonts/im-fell-great-primer-v10-latin-italic.svg#IMFellGreatPrimer') format('svg'); /* Legacy iOS */
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'IM Fell Great Primer';
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5 {
|
||||
font-family: 'IM Fell English SC'
|
||||
}
|
||||
|
||||
div.collection_container {
|
||||
display: flex;
|
||||
|
@ -34,7 +83,6 @@ div.collection h1 {
|
|||
|
||||
div.collection div.col-desc {
|
||||
padding: 10px;
|
||||
font-family: sans-serif; /* FIXME: find suitable font */
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,700,900");
|
||||
@import url("stylesheet.css");
|
||||
@import url("projects.css");
|
||||
|
||||
* {
|
||||
|
@ -9,7 +7,6 @@
|
|||
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: "dominican_small_capsregular";
|
||||
text-align: center;
|
||||
background-color: #000;
|
||||
color: #f9f9ed;
|
||||
|
@ -305,7 +302,8 @@ p:last-of-type {
|
|||
}
|
||||
}
|
||||
header {
|
||||
background: rgba(0,0,0,0.4);
|
||||
background: rgba(0,0,0,0.4);
|
||||
font-family: 'IM Fell English SC';
|
||||
margin: 0px; /*Der Versuch den header auf projects zu reparieren: margin: 1rem 0,0 klappt aber nicht so*/
|
||||
}
|
||||
|
||||
|
@ -322,11 +320,17 @@ header {
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.nav li {
|
||||
display: inline-block;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
margin: 1em;
|
||||
height: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
@ -334,16 +338,15 @@ header {
|
|||
font-weight: 900;
|
||||
text-decoration: none;
|
||||
/*! padding: 0.5em; */
|
||||
text-transform: uppercase;
|
||||
color: white;
|
||||
font-size: 10pt;
|
||||
font-size: 14pt;
|
||||
/*! font-weight: bold; */
|
||||
}
|
||||
|
||||
|
||||
.nav a:hover {
|
||||
color: #ddd;
|
||||
font-size: 11pt;
|
||||
font-size: 16pt;
|
||||
/*! font-weight: bold; */
|
||||
}
|
||||
|
||||
|
|
|
@ -1,25 +0,0 @@
|
|||
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on June 17, 2020 */
|
||||
|
||||
@font-face {
|
||||
font-family: "dominican_italicregular";
|
||||
src: url("../fonts/domii___-webfont.woff2") format("woff2"),
|
||||
url("../fonts/domii___-webfont.woff") format("woff");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "dominicanregular";
|
||||
src: url("../fonts/dominica-webfont.woff2") format("woff2"),
|
||||
url("../fonts/dominica-webfont.woff") format("woff");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "dominican_small_capsregular";
|
||||
src: url("../fonts/domisc__-webfont.woff2") format("woff2"),
|
||||
url("../fonts/domisc__-webfont.woff") format("woff");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue