fixed some typos, added H5 to css
This commit is contained in:
parent
86e809116e
commit
aa76ce320d
75 changed files with 3103 additions and 3096 deletions
|
|
@ -1,7 +1,6 @@
|
|||
@font-face {
|
||||
font-family: 'HKGroteskBold';
|
||||
src: url('https://freibier.cc/style/fonts/HKGrotesk_2466/WEB/HKGrotesk-Bold.eot') format('eot');
|
||||
src: url('https://freibier.cc/style/fonts/HKGrotesk_2466/WEB/HKGrotesk-Bold.svg') format('svg');
|
||||
src: url('https://freibier.cc/style/fonts/HKGrotesk_2466/WEB/HKGrotesk-Bold.woff') format('woff');
|
||||
src: url('https://freibier.cc/style/fonts/HKGrotesk_2466/WEB/HKGrotesk-Bold.woff2') format('woff2');
|
||||
font-weight: bold;
|
||||
|
|
@ -11,7 +10,6 @@
|
|||
@font-face {
|
||||
font-family: 'HKGroteskBoldItalic';
|
||||
src: url('https://freibier.cc/style/fonts/HKGrotesk_2466/WEB/HKGrotesk-BoldItalic.eot') format('eot');
|
||||
src: url('https://freibier.cc/style/fonts/HKGrotesk_2466/WEB/HKGrotesk-BoldItalic.svg') format('svg');
|
||||
src: url('https://freibier.cc/style/fonts/HKGrotesk_2466/WEB/HKGrotesk-BoldItalic.woff') format('woff');
|
||||
src: url('https://freibier.cc/style/fonts/HKGrotesk_2466/WEB/HKGrotesk-BoldItalic.woff2') format('woff2');
|
||||
font-weight: bold;
|
||||
|
|
@ -21,7 +19,6 @@
|
|||
@font-face {
|
||||
font-family: 'HKGroteskItalic';
|
||||
src: url('https://freibier.cc/style/fonts/HKGrotesk_2466/WEB/HKGrotesk-Italic.eot') format('eot');
|
||||
src: url('https://freibier.cc/style/fonts/HKGrotesk_2466/WEB/HKGrotesk-Italic.svg') format('svg');
|
||||
src: url('https://freibier.cc/style/fonts/HKGrotesk_2466/WEB/HKGrotesk-Italic.woff') format('woff');
|
||||
src: url('https://freibier.cc/style/fonts/HKGrotesk_2466/WEB/HKGrotesk-Italic.woff2') format('woff2');
|
||||
font-weight: normal;
|
||||
|
|
@ -31,7 +28,6 @@
|
|||
@font-face {
|
||||
font-family: 'HKGroteskRegular';
|
||||
src: url('https://freibier.cc/style/fonts/HKGrotesk_2466/WEB/HKGrotesk-Regular.eot') format('eot');
|
||||
src: url('https://freibier.cc/style/fonts/HKGrotesk_2466/WEB/HKGrotesk-Regular.svg') format('svg');
|
||||
src: url('https://freibier.cc/style/fonts/HKGrotesk_2466/WEB/HKGrotesk-Regular.woff') format('woff');
|
||||
src: url('https://freibier.cc/style/fonts/HKGrotesk_2466/WEB/HKGrotesk-Regular.woff2') format('woff2');
|
||||
font-weight: normal;
|
||||
|
|
|
|||
|
|
@ -31,6 +31,11 @@ h4 {color: black;
|
|||
font-weight: bold;
|
||||
font-style: normal;
|
||||
font-size: 110%; }
|
||||
h5 {color: black;
|
||||
font-family: 'HKGroteskRegular';
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
font-size: 100%; }
|
||||
a:link {text-decoration: none; font-family: 'HKGroteskBold'; color: fuchsia; }
|
||||
a:visited {text-decoration: none;font-family: 'HKGroteskBold'; color: purple; }
|
||||
a:hover {text-decoration: none; font-family: 'HKGroteskBold'; color: navy; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue