mirror of
https://github.com/jambonz/next-static-site.git
synced 2025-12-19 04:47:44 +00:00
Adjust font declarations
This commit is contained in:
@@ -1,19 +1,25 @@
|
||||
@font-face {
|
||||
font-family: 'objectivitybold_italic';
|
||||
src: url('/fonts/objectivity-boldslanted-webfont.woff2') format('woff2'),
|
||||
url('/fonts/objectivity-boldslanted-webfont.woff') format('woff');
|
||||
font-family: 'objectivityregular';
|
||||
src: url('/fonts/objectivity-regular-webfont.woff2') format('woff2'),
|
||||
url('/fonts/objectivity-regular-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'objectivityitalic';
|
||||
font-family: 'objectivityregular_slanted';
|
||||
src: url('/fonts/objectivity-regularslanted-webfont.woff2') format('woff2'),
|
||||
url('/fonts/objectivity-regularslanted-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'objectivitymedium';
|
||||
src: url('/fonts/objectivity-medium-webfont.woff2') format('woff2'),
|
||||
url('/fonts/objectivity-medium-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'objectivitymedium_slanted';
|
||||
src: url('/fonts/objectivity-mediumslanted-webfont.woff2') format('woff2'),
|
||||
@@ -29,19 +35,10 @@
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'objectivityregular';
|
||||
src: url('/fonts/objectivity-regular-webfont.woff2') format('woff2'),
|
||||
url('/fonts/objectivity-regular-webfont.woff') format('woff');
|
||||
font-family: 'objectivitybold_slanted';
|
||||
src: url('/fonts/objectivity-boldslanted-webfont.woff2') format('woff2'),
|
||||
url('/fonts/objectivity-boldslanted-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'objectivitymedium';
|
||||
src: url('/fonts/objectivity-medium-webfont.woff2') format('woff2'),
|
||||
url('/fonts/objectivity-medium-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
@@ -6,7 +6,7 @@
|
||||
font-weight: normal;
|
||||
|
||||
em {
|
||||
font-family: 'objectivitybold_italic';
|
||||
font-family: 'objectivitybold_slanted';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ strong {
|
||||
}
|
||||
|
||||
em {
|
||||
font-family: 'objectivityitalic';
|
||||
font-family: 'objectivityregular_slanted';
|
||||
}
|
||||
|
||||
.h1, h1 {
|
||||
|
||||
Reference in New Issue
Block a user