Compare commits
3 Commits
ba12788236
...
3c5bc81288
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3c5bc81288 | ||
|
|
07f95519cc | ||
|
|
1317733fbb |
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.DS_Store
|
||||||
BIN
assets/.DS_Store
vendored
BIN
assets/.DS_Store
vendored
Binary file not shown.
@ -71,3 +71,105 @@
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/***************/
|
||||||
|
/* SPECTRAL SC */
|
||||||
|
/***************/
|
||||||
|
|
||||||
|
@@font-face {
|
||||||
|
font-family: 'Spectral SC';
|
||||||
|
src: url('/deus/assets/fonts/SpectralSC/SpectralSC-ExtraLight.ttf') format('truetype');
|
||||||
|
font-weight: 300;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Spectral SC';
|
||||||
|
src: url('/deus/assets/fonts/SpectralSC/SpectralSC-ExtraLightItalic.ttf') format('truetype');
|
||||||
|
font-weight: 300;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
font-face {
|
||||||
|
font-family: 'Spectral SC';
|
||||||
|
src: url('/deus/assets/fonts/SpectralSC/SpectralSC-Light.ttf') format('truetype');
|
||||||
|
font-weight: 300;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Spectral SC';
|
||||||
|
src: url('/deus/assets/fonts/SpectralSC/SpectralSC-LightItalic.ttf') format('truetype');
|
||||||
|
font-weight: 300;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Spectral SC';
|
||||||
|
src: url('/deus/assets/fonts/SpectralSC/SpectralSC-Regular.ttf') format('truetype');
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Spectral SC';
|
||||||
|
src: url('/deus/assets/fonts/SpectralSC/SpectralSC-RegularItalic.ttf') format('truetype');
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Spectral SC';
|
||||||
|
src: url('/deus/assets/fonts/SpectralSC/SpectralSC-Medium.ttf') format('truetype');
|
||||||
|
font-weight: 500;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Spectral SC';
|
||||||
|
src: url('/deus/assets/fonts/SpectralSC/SpectralSC-MediumItalic.ttf') format('truetype');
|
||||||
|
font-weight: 500;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Spectral SC';
|
||||||
|
src: url('/deus/assets/fonts/SpectralSC/SpectralSC-SemiBold.ttf') format('truetype');
|
||||||
|
font-weight: 600;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Spectral SC';
|
||||||
|
src: url('/deus/assets/fonts/SpectralSC/SpectralSC-SemiBoldItalic.ttf') format('truetype');
|
||||||
|
font-weight: 600;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Spectral SC';
|
||||||
|
src: url('/deus/assets/fonts/SpectralSC/SpectralSC-Bold.ttf') format('truetype');
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Spectral SC';
|
||||||
|
src: url('/deus/assets/fonts/SpectralSC/SpectralSC-BoldItalic.ttf') format('truetype');
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Spectral SC';
|
||||||
|
src: url('/deus/assets/fonts/SpectralSC/SpectralSC-ExtraBold.ttf') format('truetype');
|
||||||
|
font-weight: 900;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Spectral SC';
|
||||||
|
src: url('/deus/assets/fonts/SpectralSC/SpectralSC-ExtraBoldItalic.ttf') format('truetype');
|
||||||
|
font-weight: 900;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|||||||
BIN
assets/fonts/.DS_Store
vendored
BIN
assets/fonts/.DS_Store
vendored
Binary file not shown.
BIN
assets/fonts/SpectralSC/SpectralSC-Bold.ttf
Normal file
BIN
assets/fonts/SpectralSC/SpectralSC-Bold.ttf
Normal file
Binary file not shown.
BIN
assets/fonts/SpectralSC/SpectralSC-BoldItalic.ttf
Normal file
BIN
assets/fonts/SpectralSC/SpectralSC-BoldItalic.ttf
Normal file
Binary file not shown.
BIN
assets/fonts/SpectralSC/SpectralSC-ExtraBold.ttf
Normal file
BIN
assets/fonts/SpectralSC/SpectralSC-ExtraBold.ttf
Normal file
Binary file not shown.
BIN
assets/fonts/SpectralSC/SpectralSC-ExtraBoldItalic.ttf
Normal file
BIN
assets/fonts/SpectralSC/SpectralSC-ExtraBoldItalic.ttf
Normal file
Binary file not shown.
BIN
assets/fonts/SpectralSC/SpectralSC-ExtraLight.ttf
Normal file
BIN
assets/fonts/SpectralSC/SpectralSC-ExtraLight.ttf
Normal file
Binary file not shown.
BIN
assets/fonts/SpectralSC/SpectralSC-ExtraLightItalic.ttf
Normal file
BIN
assets/fonts/SpectralSC/SpectralSC-ExtraLightItalic.ttf
Normal file
Binary file not shown.
BIN
assets/fonts/SpectralSC/SpectralSC-Light.ttf
Normal file
BIN
assets/fonts/SpectralSC/SpectralSC-Light.ttf
Normal file
Binary file not shown.
BIN
assets/fonts/SpectralSC/SpectralSC-LightItalic.ttf
Normal file
BIN
assets/fonts/SpectralSC/SpectralSC-LightItalic.ttf
Normal file
Binary file not shown.
BIN
assets/fonts/SpectralSC/SpectralSC-Medium.ttf
Normal file
BIN
assets/fonts/SpectralSC/SpectralSC-Medium.ttf
Normal file
Binary file not shown.
BIN
assets/fonts/SpectralSC/SpectralSC-MediumItalic.ttf
Normal file
BIN
assets/fonts/SpectralSC/SpectralSC-MediumItalic.ttf
Normal file
Binary file not shown.
BIN
assets/fonts/SpectralSC/SpectralSC-Regular.ttf
Normal file
BIN
assets/fonts/SpectralSC/SpectralSC-Regular.ttf
Normal file
Binary file not shown.
BIN
assets/fonts/SpectralSC/SpectralSC-RegularItalic.ttf
Normal file
BIN
assets/fonts/SpectralSC/SpectralSC-RegularItalic.ttf
Normal file
Binary file not shown.
BIN
assets/fonts/SpectralSC/SpectralSC-SemiBold.ttf
Normal file
BIN
assets/fonts/SpectralSC/SpectralSC-SemiBold.ttf
Normal file
Binary file not shown.
BIN
assets/fonts/SpectralSC/SpectralSC-SemiBoldItalic.ttf
Normal file
BIN
assets/fonts/SpectralSC/SpectralSC-SemiBoldItalic.ttf
Normal file
Binary file not shown.
BIN
assets/images/.DS_Store
vendored
BIN
assets/images/.DS_Store
vendored
Binary file not shown.
@ -1,6 +1,5 @@
|
|||||||
<script>window.GW = { };</script>
|
<script>window.GW = { };</script>
|
||||||
<link rel='stylesheet' type='text/css' href='https://fonts.obormot.net?fonts=*'>
|
<link rel='stylesheet' type='text/css' href='https://fonts.obormot.net?fonts=*'>
|
||||||
<link href="https://fonts.googleapis.com/css?family=Spectral+SC:400,400i,500,500i,600,600i,700,700i,800,800i&display=swap" rel="stylesheet">
|
|
||||||
<link rel='stylesheet' type='text/css' href='/deus/assets/css/fonts.css'>
|
<link rel='stylesheet' type='text/css' href='/deus/assets/css/fonts.css'>
|
||||||
<link rel='stylesheet' type='text/css' href='/deus/assets/css/main.css'>
|
<link rel='stylesheet' type='text/css' href='/deus/assets/css/main.css'>
|
||||||
<link rel='stylesheet' type='text/css' href='/deus/assets/css/image-focus.css'>
|
<link rel='stylesheet' type='text/css' href='/deus/assets/css/image-focus.css'>
|
||||||
|
|||||||
BIN
pages/.DS_Store
vendored
BIN
pages/.DS_Store
vendored
Binary file not shown.
BIN
pages/about/.DS_Store
vendored
BIN
pages/about/.DS_Store
vendored
Binary file not shown.
BIN
posts/.DS_Store
vendored
BIN
posts/.DS_Store
vendored
Binary file not shown.
Loading…
Reference in New Issue
Block a user