Set font-family for content
This commit is contained in:
parent
133f31765e
commit
c47117bb94
@ -15,6 +15,30 @@
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: 'oxygen';
|
||||||
|
src: url('/style/fonts/oxygen/oxygen-regular.woff2') format('woff2'),
|
||||||
|
url('/style/fonts/oxygen/oxygen-regular.woff') format('woff'),
|
||||||
|
url('/style/fonts/oxygen/oxygen-regular.ttf') format('truetype');
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: 'oxygen';
|
||||||
|
src: url('/style/fonts/oxygen/oxygen-bold.woff2') format('woff2'),
|
||||||
|
url('/style/fonts/oxygen/oxygen-bold.woff') format('woff'),
|
||||||
|
url('/style/fonts/oxygen/oxygen-bold.ttf') format('truetype');
|
||||||
|
font-weight: 700;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: 'oxygen';
|
||||||
|
src: url('/style/fonts/oxygen/oxygen-light.woff2') format('woff2'),
|
||||||
|
url('/style/fonts/oxygen/oxygen-light.woff') format('woff'),
|
||||||
|
url('/style/fonts/oxygen/oxygen-light.ttf') format('truetype');
|
||||||
|
font-weight: 300;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
/* HTML & BODY */
|
/* HTML & BODY */
|
||||||
html {height: 100%;}
|
html {height: 100%;}
|
||||||
body {
|
body {
|
||||||
@ -162,6 +186,8 @@ body {
|
|||||||
.content h2 {
|
.content h2 {
|
||||||
color: var(--main-text-color);
|
color: var(--main-text-color);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
font-family: oxygen, sans-serif;
|
||||||
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
.content p {
|
.content p {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
@ -169,6 +195,8 @@ body {
|
|||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
margin-bottom: 40px;
|
margin-bottom: 40px;
|
||||||
color: var(--main-text-color);
|
color: var(--main-text-color);
|
||||||
|
font-family: oxygen, sans-serif;
|
||||||
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
/* FOOTER */
|
/* FOOTER */
|
||||||
footer {
|
footer {
|
||||||
|
Loading…
Reference in New Issue
Block a user