mirror of
https://git.bolliret.ch/pcs/pcs-website
synced 2026-01-18 15:01:37 +01:00
Even more CSSing and new fonts...
This commit is contained in:
parent
589e337ded
commit
589bb4c70b
26 changed files with 18 additions and 2 deletions
|
|
@ -1,6 +1,17 @@
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Roboto-Regular';
|
||||||
|
src: url('/static/webfonts/Roboto-Regular.woff2') format('woff2'),
|
||||||
|
url('/static/webfonts/Roboto-Regular.woff') format('woff');
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Roboto-Light';
|
||||||
|
src: url('/static/webfonts/Roboto-Light.woff2') format('woff2'),
|
||||||
|
url('/static/webfonts/Roboto-Light.woff') format('woff');
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-size: 1vw;
|
font-size: 1vw;
|
||||||
font-family: 'Helvetica Neue', 'Arial', sans-serif;
|
font-family: 'Roboto-Light', 'Arial', sans-serif;
|
||||||
margin: 50px 25px;
|
margin: 50px 25px;
|
||||||
color: #5d5d5d;
|
color: #5d5d5d;
|
||||||
}
|
}
|
||||||
|
|
@ -33,6 +44,11 @@ header, footer, div.page {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
background: #ececec;
|
background: #ececec;
|
||||||
padding: 20px 30px;
|
padding: 20px 30px;
|
||||||
|
color: #6c7d8c;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.page h1, div.page h2, div.page h3, div.page h4, div.page h5, div.page h6{
|
||||||
|
color: #5d5d5d;
|
||||||
}
|
}
|
||||||
|
|
||||||
header, footer {
|
header, footer {
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1,4 +1,4 @@
|
||||||
title: Herzlich wilkommen beim Pistolenclub Stammertal!
|
title: Willkommen beim Pistolenclub Stammertal!
|
||||||
---
|
---
|
||||||
body:
|
body:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue