mirror of
https://github.com/Fluffy-Bean/Fluffys-website.git
synced 2024-12-26 17:26:06 +00:00
General fixes and updates
New font!
This commit is contained in:
parent
daecf442e8
commit
e1ac27a326
84
static/css/array.css
Normal file
84
static/css/array.css
Normal file
|
@ -0,0 +1,84 @@
|
|||
/**
|
||||
* @license
|
||||
*
|
||||
* Font Family: Array
|
||||
* Designed by: Frode Helland
|
||||
* URL: https://www.fontshare.com/fonts/array
|
||||
* © 2023 Indian Type Foundry
|
||||
*
|
||||
* Font Styles:
|
||||
* Array Regular
|
||||
* Array Wide
|
||||
* Array Semibold
|
||||
* Array Semibold Wide
|
||||
* Array Bold
|
||||
* Array Bold Wide
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Array-Regular';
|
||||
src: url('../fonts/Array-Regular.woff2') format('woff2'),
|
||||
url('../fonts/Array-Regular.woff') format('woff'),
|
||||
url('../fonts/Array-Regular.ttf') format('truetype');
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Array-Wide';
|
||||
src: url('../fonts/Array-Wide.woff2') format('woff2'),
|
||||
url('../fonts/Array-Wide.woff') format('woff'),
|
||||
url('../fonts/Array-Wide.ttf') format('truetype');
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Array-Semibold';
|
||||
src: url('../fonts/Array-Semibold.woff2') format('woff2'),
|
||||
url('../fonts/Array-Semibold.woff') format('woff'),
|
||||
url('../fonts/Array-Semibold.ttf') format('truetype');
|
||||
font-weight: 600;
|
||||
font-display: swap;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Array-SemiboldWide';
|
||||
src: url('../fonts/Array-SemiboldWide.woff2') format('woff2'),
|
||||
url('../fonts/Array-SemiboldWide.woff') format('woff'),
|
||||
url('../fonts/Array-SemiboldWide.ttf') format('truetype');
|
||||
font-weight: 600;
|
||||
font-display: swap;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Array-Bold';
|
||||
src: url('../fonts/Array-Bold.woff2') format('woff2'),
|
||||
url('../fonts/Array-Bold.woff') format('woff'),
|
||||
url('../fonts/Array-Bold.ttf') format('truetype');
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Array-BoldWide';
|
||||
src: url('../fonts/Array-BoldWide.woff2') format('woff2'),
|
||||
url('../fonts/Array-BoldWide.woff') format('woff'),
|
||||
url('../fonts/Array-BoldWide.ttf') format('truetype');
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
font-style: normal;
|
||||
}
|
||||
|
95
static/css/khand.css
Normal file
95
static/css/khand.css
Normal file
|
@ -0,0 +1,95 @@
|
|||
/**
|
||||
* @license
|
||||
*
|
||||
* Font Family: Khand
|
||||
* Designed by: Satya Rajpurohit
|
||||
* URL: https://www.fontshare.com/fonts/khand
|
||||
* © 2023 Indian Type Foundry
|
||||
*
|
||||
* Font Styles:
|
||||
* Khand Variable(Variable font)
|
||||
* Khand Light
|
||||
* Khand Regular
|
||||
* Khand Medium
|
||||
* Khand Semi Bold
|
||||
* Khand Bold
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* This is a variable font
|
||||
* You can controll variable axes as shown below:
|
||||
* font-variation-settings: 'wght' 300.0;
|
||||
*
|
||||
* available axes:
|
||||
|
||||
* 'wght' (range from 300.0 to 700.0)
|
||||
|
||||
*/
|
||||
|
||||
@font-face {
|
||||
font-family: 'Khand-Variable';
|
||||
src: url('../fonts/Khand-Variable.woff2') format('woff2'),
|
||||
url('../fonts/Khand-Variable.woff') format('woff'),
|
||||
url('../fonts/Khand-Variable.ttf') format('truetype');
|
||||
font-weight: 300 700;
|
||||
font-display: swap;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Khand-Light';
|
||||
src: url('../fonts/Khand-Light.woff2') format('woff2'),
|
||||
url('../fonts/Khand-Light.woff') format('woff'),
|
||||
url('../fonts/Khand-Light.ttf') format('truetype');
|
||||
font-weight: 300;
|
||||
font-display: swap;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Khand-Regular';
|
||||
src: url('../fonts/Khand-Regular.woff2') format('woff2'),
|
||||
url('../fonts/Khand-Regular.woff') format('woff'),
|
||||
url('../fonts/Khand-Regular.ttf') format('truetype');
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Khand-Medium';
|
||||
src: url('../fonts/Khand-Medium.woff2') format('woff2'),
|
||||
url('../fonts/Khand-Medium.woff') format('woff'),
|
||||
url('../fonts/Khand-Medium.ttf') format('truetype');
|
||||
font-weight: 500;
|
||||
font-display: swap;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Khand-SemiBold';
|
||||
src: url('../fonts/Khand-SemiBold.woff2') format('woff2'),
|
||||
url('../fonts/Khand-SemiBold.woff') format('woff'),
|
||||
url('../fonts/Khand-SemiBold.ttf') format('truetype');
|
||||
font-weight: 600;
|
||||
font-display: swap;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Khand-Bold';
|
||||
src: url('../fonts/Khand-Bold.woff2') format('woff2'),
|
||||
url('../fonts/Khand-Bold.woff') format('woff'),
|
||||
url('../fonts/Khand-Bold.ttf') format('truetype');
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
font-style: normal;
|
||||
}
|
||||
|
202
static/css/zodiak.css
Normal file
202
static/css/zodiak.css
Normal file
|
@ -0,0 +1,202 @@
|
|||
/**
|
||||
* @license
|
||||
*
|
||||
* Font Family: Zodiak
|
||||
* Designed by: Jérémie Hornus, Gaetan Baehr, Jean-Baptiste Morizot, Alisa Nowak, Theo Guillard
|
||||
* URL: https://www.fontshare.com/fonts/zodiak
|
||||
* © 2023 Indian Type Foundry
|
||||
*
|
||||
* Font Styles:
|
||||
* Zodiak Variable(Variable font)
|
||||
* Zodiak Variable Italic(Variable font)
|
||||
* Zodiak Thin
|
||||
* Zodiak Thin Italic
|
||||
* Zodiak Light
|
||||
* Zodiak Light Italic
|
||||
* Zodiak Regular
|
||||
* Zodiak Italic
|
||||
* Zodiak Bold
|
||||
* Zodiak Bold Italic
|
||||
* Zodiak Extrabold
|
||||
* Zodiak Extrabold Italic
|
||||
* Zodiak Black
|
||||
* Zodiak Black Italic
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* This is a variable font
|
||||
* You can controll variable axes as shown below:
|
||||
* font-variation-settings: 'wght' 900.0;
|
||||
*
|
||||
* available axes:
|
||||
|
||||
* 'wght' (range from 100.0 to 900.0)
|
||||
|
||||
*/
|
||||
|
||||
@font-face {
|
||||
font-family: 'Zodiak-Variable';
|
||||
src: url('../fonts/Zodiak-Variable.woff2') format('woff2'),
|
||||
url('../fonts/Zodiak-Variable.woff') format('woff'),
|
||||
url('../fonts/Zodiak-Variable.ttf') format('truetype');
|
||||
font-weight: 100 900;
|
||||
font-display: swap;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* This is a variable font
|
||||
* You can controll variable axes as shown below:
|
||||
* font-variation-settings: 'wght' 900.0;
|
||||
*
|
||||
* available axes:
|
||||
|
||||
* 'wght' (range from 100.0 to 900.0)
|
||||
|
||||
*/
|
||||
|
||||
@font-face {
|
||||
font-family: 'Zodiak-VariableItalic';
|
||||
src: url('../fonts/Zodiak-VariableItalic.woff2') format('woff2'),
|
||||
url('../fonts/Zodiak-VariableItalic.woff') format('woff'),
|
||||
url('../fonts/Zodiak-VariableItalic.ttf') format('truetype');
|
||||
font-weight: 100 900;
|
||||
font-display: swap;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Zodiak-Thin';
|
||||
src: url('../fonts/Zodiak-Thin.woff2') format('woff2'),
|
||||
url('../fonts/Zodiak-Thin.woff') format('woff'),
|
||||
url('../fonts/Zodiak-Thin.ttf') format('truetype');
|
||||
font-weight: 100;
|
||||
font-display: swap;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Zodiak-ThinItalic';
|
||||
src: url('../fonts/Zodiak-ThinItalic.woff2') format('woff2'),
|
||||
url('../fonts/Zodiak-ThinItalic.woff') format('woff'),
|
||||
url('../fonts/Zodiak-ThinItalic.ttf') format('truetype');
|
||||
font-weight: 100;
|
||||
font-display: swap;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Zodiak-Light';
|
||||
src: url('../fonts/Zodiak-Light.woff2') format('woff2'),
|
||||
url('../fonts/Zodiak-Light.woff') format('woff'),
|
||||
url('../fonts/Zodiak-Light.ttf') format('truetype');
|
||||
font-weight: 300;
|
||||
font-display: swap;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Zodiak-LightItalic';
|
||||
src: url('../fonts/Zodiak-LightItalic.woff2') format('woff2'),
|
||||
url('../fonts/Zodiak-LightItalic.woff') format('woff'),
|
||||
url('../fonts/Zodiak-LightItalic.ttf') format('truetype');
|
||||
font-weight: 300;
|
||||
font-display: swap;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Zodiak-Regular';
|
||||
src: url('../fonts/Zodiak-Regular.woff2') format('woff2'),
|
||||
url('../fonts/Zodiak-Regular.woff') format('woff'),
|
||||
url('../fonts/Zodiak-Regular.ttf') format('truetype');
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Zodiak-Italic';
|
||||
src: url('../fonts/Zodiak-Italic.woff2') format('woff2'),
|
||||
url('../fonts/Zodiak-Italic.woff') format('woff'),
|
||||
url('../fonts/Zodiak-Italic.ttf') format('truetype');
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Zodiak-Bold';
|
||||
src: url('../fonts/Zodiak-Bold.woff2') format('woff2'),
|
||||
url('../fonts/Zodiak-Bold.woff') format('woff'),
|
||||
url('../fonts/Zodiak-Bold.ttf') format('truetype');
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Zodiak-BoldItalic';
|
||||
src: url('../fonts/Zodiak-BoldItalic.woff2') format('woff2'),
|
||||
url('../fonts/Zodiak-BoldItalic.woff') format('woff'),
|
||||
url('../fonts/Zodiak-BoldItalic.ttf') format('truetype');
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Zodiak-Extrabold';
|
||||
src: url('../fonts/Zodiak-Extrabold.woff2') format('woff2'),
|
||||
url('../fonts/Zodiak-Extrabold.woff') format('woff'),
|
||||
url('../fonts/Zodiak-Extrabold.ttf') format('truetype');
|
||||
font-weight: 800;
|
||||
font-display: swap;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Zodiak-ExtraboldItalic';
|
||||
src: url('../fonts/Zodiak-ExtraboldItalic.woff2') format('woff2'),
|
||||
url('../fonts/Zodiak-ExtraboldItalic.woff') format('woff'),
|
||||
url('../fonts/Zodiak-ExtraboldItalic.ttf') format('truetype');
|
||||
font-weight: 800;
|
||||
font-display: swap;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Zodiak-Black';
|
||||
src: url('../fonts/Zodiak-Black.woff2') format('woff2'),
|
||||
url('../fonts/Zodiak-Black.woff') format('woff'),
|
||||
url('../fonts/Zodiak-Black.ttf') format('truetype');
|
||||
font-weight: 900;
|
||||
font-display: swap;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Zodiak-BlackItalic';
|
||||
src: url('../fonts/Zodiak-BlackItalic.woff2') format('woff2'),
|
||||
url('../fonts/Zodiak-BlackItalic.woff') format('woff'),
|
||||
url('../fonts/Zodiak-BlackItalic.ttf') format('truetype');
|
||||
font-weight: 900;
|
||||
font-display: swap;
|
||||
font-style: italic;
|
||||
}
|
||||
|
BIN
static/fonts/Array-Bold.eot
Normal file
BIN
static/fonts/Array-Bold.eot
Normal file
Binary file not shown.
BIN
static/fonts/Array-Bold.ttf
Normal file
BIN
static/fonts/Array-Bold.ttf
Normal file
Binary file not shown.
BIN
static/fonts/Array-Bold.woff
Normal file
BIN
static/fonts/Array-Bold.woff
Normal file
Binary file not shown.
BIN
static/fonts/Array-Bold.woff2
Normal file
BIN
static/fonts/Array-Bold.woff2
Normal file
Binary file not shown.
BIN
static/fonts/Array-BoldWide.eot
Normal file
BIN
static/fonts/Array-BoldWide.eot
Normal file
Binary file not shown.
BIN
static/fonts/Array-BoldWide.ttf
Normal file
BIN
static/fonts/Array-BoldWide.ttf
Normal file
Binary file not shown.
BIN
static/fonts/Array-BoldWide.woff
Normal file
BIN
static/fonts/Array-BoldWide.woff
Normal file
Binary file not shown.
BIN
static/fonts/Array-BoldWide.woff2
Normal file
BIN
static/fonts/Array-BoldWide.woff2
Normal file
Binary file not shown.
BIN
static/fonts/Array-Regular.eot
Normal file
BIN
static/fonts/Array-Regular.eot
Normal file
Binary file not shown.
BIN
static/fonts/Array-Regular.ttf
Normal file
BIN
static/fonts/Array-Regular.ttf
Normal file
Binary file not shown.
BIN
static/fonts/Array-Regular.woff
Normal file
BIN
static/fonts/Array-Regular.woff
Normal file
Binary file not shown.
BIN
static/fonts/Array-Regular.woff2
Normal file
BIN
static/fonts/Array-Regular.woff2
Normal file
Binary file not shown.
BIN
static/fonts/Array-Semibold.eot
Normal file
BIN
static/fonts/Array-Semibold.eot
Normal file
Binary file not shown.
BIN
static/fonts/Array-Semibold.ttf
Normal file
BIN
static/fonts/Array-Semibold.ttf
Normal file
Binary file not shown.
BIN
static/fonts/Array-Semibold.woff
Normal file
BIN
static/fonts/Array-Semibold.woff
Normal file
Binary file not shown.
BIN
static/fonts/Array-Semibold.woff2
Normal file
BIN
static/fonts/Array-Semibold.woff2
Normal file
Binary file not shown.
BIN
static/fonts/Array-SemiboldWide.eot
Normal file
BIN
static/fonts/Array-SemiboldWide.eot
Normal file
Binary file not shown.
BIN
static/fonts/Array-SemiboldWide.ttf
Normal file
BIN
static/fonts/Array-SemiboldWide.ttf
Normal file
Binary file not shown.
BIN
static/fonts/Array-SemiboldWide.woff
Normal file
BIN
static/fonts/Array-SemiboldWide.woff
Normal file
Binary file not shown.
BIN
static/fonts/Array-SemiboldWide.woff2
Normal file
BIN
static/fonts/Array-SemiboldWide.woff2
Normal file
Binary file not shown.
BIN
static/fonts/Array-Wide.eot
Normal file
BIN
static/fonts/Array-Wide.eot
Normal file
Binary file not shown.
BIN
static/fonts/Array-Wide.ttf
Normal file
BIN
static/fonts/Array-Wide.ttf
Normal file
Binary file not shown.
BIN
static/fonts/Array-Wide.woff
Normal file
BIN
static/fonts/Array-Wide.woff
Normal file
Binary file not shown.
BIN
static/fonts/Array-Wide.woff2
Normal file
BIN
static/fonts/Array-Wide.woff2
Normal file
Binary file not shown.
BIN
static/fonts/Khand-Bold.eot
Normal file
BIN
static/fonts/Khand-Bold.eot
Normal file
Binary file not shown.
BIN
static/fonts/Khand-Bold.ttf
Normal file
BIN
static/fonts/Khand-Bold.ttf
Normal file
Binary file not shown.
BIN
static/fonts/Khand-Bold.woff
Normal file
BIN
static/fonts/Khand-Bold.woff
Normal file
Binary file not shown.
BIN
static/fonts/Khand-Bold.woff2
Normal file
BIN
static/fonts/Khand-Bold.woff2
Normal file
Binary file not shown.
BIN
static/fonts/Khand-Light.eot
Normal file
BIN
static/fonts/Khand-Light.eot
Normal file
Binary file not shown.
BIN
static/fonts/Khand-Light.ttf
Normal file
BIN
static/fonts/Khand-Light.ttf
Normal file
Binary file not shown.
BIN
static/fonts/Khand-Light.woff
Normal file
BIN
static/fonts/Khand-Light.woff
Normal file
Binary file not shown.
BIN
static/fonts/Khand-Light.woff2
Normal file
BIN
static/fonts/Khand-Light.woff2
Normal file
Binary file not shown.
BIN
static/fonts/Khand-Medium.eot
Normal file
BIN
static/fonts/Khand-Medium.eot
Normal file
Binary file not shown.
BIN
static/fonts/Khand-Medium.ttf
Normal file
BIN
static/fonts/Khand-Medium.ttf
Normal file
Binary file not shown.
BIN
static/fonts/Khand-Medium.woff
Normal file
BIN
static/fonts/Khand-Medium.woff
Normal file
Binary file not shown.
BIN
static/fonts/Khand-Medium.woff2
Normal file
BIN
static/fonts/Khand-Medium.woff2
Normal file
Binary file not shown.
BIN
static/fonts/Khand-Regular.eot
Normal file
BIN
static/fonts/Khand-Regular.eot
Normal file
Binary file not shown.
BIN
static/fonts/Khand-Regular.ttf
Normal file
BIN
static/fonts/Khand-Regular.ttf
Normal file
Binary file not shown.
BIN
static/fonts/Khand-Regular.woff
Normal file
BIN
static/fonts/Khand-Regular.woff
Normal file
Binary file not shown.
BIN
static/fonts/Khand-Regular.woff2
Normal file
BIN
static/fonts/Khand-Regular.woff2
Normal file
Binary file not shown.
BIN
static/fonts/Khand-SemiBold.eot
Normal file
BIN
static/fonts/Khand-SemiBold.eot
Normal file
Binary file not shown.
BIN
static/fonts/Khand-SemiBold.ttf
Normal file
BIN
static/fonts/Khand-SemiBold.ttf
Normal file
Binary file not shown.
BIN
static/fonts/Khand-SemiBold.woff
Normal file
BIN
static/fonts/Khand-SemiBold.woff
Normal file
Binary file not shown.
BIN
static/fonts/Khand-SemiBold.woff2
Normal file
BIN
static/fonts/Khand-SemiBold.woff2
Normal file
Binary file not shown.
BIN
static/fonts/Khand-Variable.eot
Normal file
BIN
static/fonts/Khand-Variable.eot
Normal file
Binary file not shown.
BIN
static/fonts/Khand-Variable.ttf
Normal file
BIN
static/fonts/Khand-Variable.ttf
Normal file
Binary file not shown.
BIN
static/fonts/Khand-Variable.woff
Normal file
BIN
static/fonts/Khand-Variable.woff
Normal file
Binary file not shown.
BIN
static/fonts/Khand-Variable.woff2
Normal file
BIN
static/fonts/Khand-Variable.woff2
Normal file
Binary file not shown.
BIN
static/fonts/Zodiak-Black.eot
Normal file
BIN
static/fonts/Zodiak-Black.eot
Normal file
Binary file not shown.
BIN
static/fonts/Zodiak-Black.ttf
Normal file
BIN
static/fonts/Zodiak-Black.ttf
Normal file
Binary file not shown.
BIN
static/fonts/Zodiak-Black.woff
Normal file
BIN
static/fonts/Zodiak-Black.woff
Normal file
Binary file not shown.
BIN
static/fonts/Zodiak-Black.woff2
Normal file
BIN
static/fonts/Zodiak-Black.woff2
Normal file
Binary file not shown.
BIN
static/fonts/Zodiak-BlackItalic.eot
Normal file
BIN
static/fonts/Zodiak-BlackItalic.eot
Normal file
Binary file not shown.
BIN
static/fonts/Zodiak-BlackItalic.ttf
Normal file
BIN
static/fonts/Zodiak-BlackItalic.ttf
Normal file
Binary file not shown.
BIN
static/fonts/Zodiak-BlackItalic.woff
Normal file
BIN
static/fonts/Zodiak-BlackItalic.woff
Normal file
Binary file not shown.
BIN
static/fonts/Zodiak-BlackItalic.woff2
Normal file
BIN
static/fonts/Zodiak-BlackItalic.woff2
Normal file
Binary file not shown.
BIN
static/fonts/Zodiak-Bold.eot
Normal file
BIN
static/fonts/Zodiak-Bold.eot
Normal file
Binary file not shown.
BIN
static/fonts/Zodiak-Bold.ttf
Normal file
BIN
static/fonts/Zodiak-Bold.ttf
Normal file
Binary file not shown.
BIN
static/fonts/Zodiak-Bold.woff
Normal file
BIN
static/fonts/Zodiak-Bold.woff
Normal file
Binary file not shown.
BIN
static/fonts/Zodiak-Bold.woff2
Normal file
BIN
static/fonts/Zodiak-Bold.woff2
Normal file
Binary file not shown.
BIN
static/fonts/Zodiak-BoldItalic.eot
Normal file
BIN
static/fonts/Zodiak-BoldItalic.eot
Normal file
Binary file not shown.
BIN
static/fonts/Zodiak-BoldItalic.ttf
Normal file
BIN
static/fonts/Zodiak-BoldItalic.ttf
Normal file
Binary file not shown.
BIN
static/fonts/Zodiak-BoldItalic.woff
Normal file
BIN
static/fonts/Zodiak-BoldItalic.woff
Normal file
Binary file not shown.
BIN
static/fonts/Zodiak-BoldItalic.woff2
Normal file
BIN
static/fonts/Zodiak-BoldItalic.woff2
Normal file
Binary file not shown.
BIN
static/fonts/Zodiak-Extrabold.eot
Normal file
BIN
static/fonts/Zodiak-Extrabold.eot
Normal file
Binary file not shown.
BIN
static/fonts/Zodiak-Extrabold.ttf
Normal file
BIN
static/fonts/Zodiak-Extrabold.ttf
Normal file
Binary file not shown.
BIN
static/fonts/Zodiak-Extrabold.woff
Normal file
BIN
static/fonts/Zodiak-Extrabold.woff
Normal file
Binary file not shown.
BIN
static/fonts/Zodiak-Extrabold.woff2
Normal file
BIN
static/fonts/Zodiak-Extrabold.woff2
Normal file
Binary file not shown.
BIN
static/fonts/Zodiak-ExtraboldItalic.eot
Normal file
BIN
static/fonts/Zodiak-ExtraboldItalic.eot
Normal file
Binary file not shown.
BIN
static/fonts/Zodiak-ExtraboldItalic.ttf
Normal file
BIN
static/fonts/Zodiak-ExtraboldItalic.ttf
Normal file
Binary file not shown.
BIN
static/fonts/Zodiak-ExtraboldItalic.woff
Normal file
BIN
static/fonts/Zodiak-ExtraboldItalic.woff
Normal file
Binary file not shown.
BIN
static/fonts/Zodiak-ExtraboldItalic.woff2
Normal file
BIN
static/fonts/Zodiak-ExtraboldItalic.woff2
Normal file
Binary file not shown.
BIN
static/fonts/Zodiak-Italic.eot
Normal file
BIN
static/fonts/Zodiak-Italic.eot
Normal file
Binary file not shown.
BIN
static/fonts/Zodiak-Italic.ttf
Normal file
BIN
static/fonts/Zodiak-Italic.ttf
Normal file
Binary file not shown.
BIN
static/fonts/Zodiak-Italic.woff
Normal file
BIN
static/fonts/Zodiak-Italic.woff
Normal file
Binary file not shown.
BIN
static/fonts/Zodiak-Italic.woff2
Normal file
BIN
static/fonts/Zodiak-Italic.woff2
Normal file
Binary file not shown.
BIN
static/fonts/Zodiak-Light.eot
Normal file
BIN
static/fonts/Zodiak-Light.eot
Normal file
Binary file not shown.
BIN
static/fonts/Zodiak-Light.ttf
Normal file
BIN
static/fonts/Zodiak-Light.ttf
Normal file
Binary file not shown.
BIN
static/fonts/Zodiak-Light.woff
Normal file
BIN
static/fonts/Zodiak-Light.woff
Normal file
Binary file not shown.
BIN
static/fonts/Zodiak-Light.woff2
Normal file
BIN
static/fonts/Zodiak-Light.woff2
Normal file
Binary file not shown.
BIN
static/fonts/Zodiak-LightItalic.eot
Normal file
BIN
static/fonts/Zodiak-LightItalic.eot
Normal file
Binary file not shown.
BIN
static/fonts/Zodiak-LightItalic.ttf
Normal file
BIN
static/fonts/Zodiak-LightItalic.ttf
Normal file
Binary file not shown.
BIN
static/fonts/Zodiak-LightItalic.woff
Normal file
BIN
static/fonts/Zodiak-LightItalic.woff
Normal file
Binary file not shown.
BIN
static/fonts/Zodiak-LightItalic.woff2
Normal file
BIN
static/fonts/Zodiak-LightItalic.woff2
Normal file
Binary file not shown.
BIN
static/fonts/Zodiak-Regular.eot
Normal file
BIN
static/fonts/Zodiak-Regular.eot
Normal file
Binary file not shown.
BIN
static/fonts/Zodiak-Regular.ttf
Normal file
BIN
static/fonts/Zodiak-Regular.ttf
Normal file
Binary file not shown.
BIN
static/fonts/Zodiak-Regular.woff
Normal file
BIN
static/fonts/Zodiak-Regular.woff
Normal file
Binary file not shown.
BIN
static/fonts/Zodiak-Regular.woff2
Normal file
BIN
static/fonts/Zodiak-Regular.woff2
Normal file
Binary file not shown.
BIN
static/fonts/Zodiak-Thin.eot
Normal file
BIN
static/fonts/Zodiak-Thin.eot
Normal file
Binary file not shown.
BIN
static/fonts/Zodiak-Thin.ttf
Normal file
BIN
static/fonts/Zodiak-Thin.ttf
Normal file
Binary file not shown.
BIN
static/fonts/Zodiak-Thin.woff
Normal file
BIN
static/fonts/Zodiak-Thin.woff
Normal file
Binary file not shown.
BIN
static/fonts/Zodiak-Thin.woff2
Normal file
BIN
static/fonts/Zodiak-Thin.woff2
Normal file
Binary file not shown.
BIN
static/fonts/Zodiak-ThinItalic.eot
Normal file
BIN
static/fonts/Zodiak-ThinItalic.eot
Normal file
Binary file not shown.
BIN
static/fonts/Zodiak-ThinItalic.ttf
Normal file
BIN
static/fonts/Zodiak-ThinItalic.ttf
Normal file
Binary file not shown.
BIN
static/fonts/Zodiak-ThinItalic.woff
Normal file
BIN
static/fonts/Zodiak-ThinItalic.woff
Normal file
Binary file not shown.
BIN
static/fonts/Zodiak-ThinItalic.woff2
Normal file
BIN
static/fonts/Zodiak-ThinItalic.woff2
Normal file
Binary file not shown.
BIN
static/fonts/Zodiak-Variable.eot
Normal file
BIN
static/fonts/Zodiak-Variable.eot
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue