This commit is contained in:
Derek Montgomery 2016-07-28 13:36:50 -05:00
parent 5b386937da
commit fcf59edfc4
55 changed files with 52 additions and 52 deletions

BIN
app/assets/fonts/HalisR-Black.otf Executable file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
app/assets/fonts/HalisR-Bold.otf Executable file

Binary file not shown.

BIN
app/assets/fonts/HalisR-Bold.woff Executable file

Binary file not shown.

Binary file not shown.

BIN
app/assets/fonts/HalisR-Book.otf Executable file

Binary file not shown.

BIN
app/assets/fonts/HalisR-Book.woff Executable file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
app/assets/fonts/HalisR-Light.otf Executable file

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.

BIN
app/assets/fonts/HalisR-Thin.otf Executable file

Binary file not shown.

BIN
app/assets/fonts/HalisR-Thin.woff Executable file

Binary file not shown.

Binary file not shown.

BIN
app/assets/fonts/Lato-Black.ttf Executable file

Binary file not shown.

BIN
app/assets/fonts/Lato-Black.woff Executable file

Binary file not shown.

BIN
app/assets/fonts/Lato-Black.woff2 Executable file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
app/assets/fonts/Lato-Bold.ttf Executable file

Binary file not shown.

BIN
app/assets/fonts/Lato-Bold.woff Executable file

Binary file not shown.

BIN
app/assets/fonts/Lato-Bold.woff2 Executable file

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.

BIN
app/assets/fonts/Lato-Italic.ttf Executable file

Binary file not shown.

BIN
app/assets/fonts/Lato-Italic.woff Executable file

Binary file not shown.

Binary file not shown.

BIN
app/assets/fonts/Lato-Light.ttf Executable file

Binary file not shown.

BIN
app/assets/fonts/Lato-Light.woff Executable file

Binary file not shown.

BIN
app/assets/fonts/Lato-Light.woff2 Executable file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
app/assets/fonts/Lato-Regular.ttf Executable file

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -3,62 +3,62 @@
@font-face {
font-family: 'HalisR';
src:local('Halis R Thin'),
url('../fonts/HalisR-Thin.woff2') format('woff2'),
url('../fonts/HalisR-Thin.woff') format('woff'),
url('../fonts/HalisR-Thin.otf') format('opentype');
font-path('HalisR-Thin.woff2') format('woff2'),
font-path('HalisR-Thin.woff') format('woff'),
font-path('HalisR-Thin.otf') format('opentype');
font-weight:100;
}
@font-face {
font-family: 'HalisR';
src:local('Halis R Light'),
url('../fonts/HalisR-Light.woff2') format('woff2'),
url('../fonts/HalisR-Light.woff') format('woff'),
url('../fonts/HalisR-Light.otf') format('opentype');
font-path('HalisR-Light.woff2') format('woff2'),
font-path('HalisR-Light.woff') format('woff'),
font-path('HalisR-Light.otf') format('opentype');
font-weight:200;
}
@font-face {
font-family: 'HalisR';
src:local('Halis R Book'),
url('../fonts/HalisR-Book.woff2') format('woff2'),
url('../fonts/HalisR-Book.woff') format('woff'),
url('../fonts/HalisR-Book.otf') format('opentype');
font-path('HalisR-Book.woff2') format('woff2'),
font-path('HalisR-Book.woff') format('woff'),
font-path('HalisR-Book.otf') format('opentype');
font-weight:300;
}
@font-face {
font-family: 'HalisR';
src:local('Halis R Regular'),
url('../fonts/HalisR-Regular.woff2') format('woff2'),
url('../fonts/HalisR-Regular.woff') format('woff'),
url('../fonts/HalisR-Regular.otf') format('opentype');
font-path('HalisR-Regular.woff2') format('woff2'),
font-path('HalisR-Regular.woff') format('woff'),
font-path('HalisR-Regular.otf') format('opentype');
font-weight:500;
}
@font-face {
font-family: 'HalisR';
src:local('Halis R Medium'),
url('../fonts/HalisR-Medium.woff2') format('woff2'),
url('../fonts/HalisR-Medium.woff') format('woff'),
url('../fonts/HalisR-Medium.otf') format('opentype');
font-path('HalisR-Medium.woff2') format('woff2'),
font-path('HalisR-Medium.woff') format('woff'),
font-path('HalisR-Medium.otf') format('opentype');
font-weight:600;
}
@font-face {
font-family: 'HalisR';
src:local('Halis R Bold'),
url('../fonts/HalisR-Bold.woff2') format('woff2'),
url('../fonts/HalisR-Bold.woff') format('woff'),
url('../fonts/HalisR-Bold.otf') format('opentype');
font-path('HalisR-Bold.woff2') format('woff2'),
font-path('HalisR-Bold.woff') format('woff'),
font-path('HalisR-Bold.otf') format('opentype');
font-weight:700;
}
@font-face {
font-family: 'HalisR';
src:local('Halis R Black'),
url('../fonts/HalisR-Black.woff2') format('woff2'),
url('../fonts/HalisR-Black.woff') format('woff'),
url('../fonts/HalisR-Black.otf') format('opentype');
font-path('HalisR-Black.woff2') format('woff2'),
font-path('HalisR-Black.woff') format('woff'),
font-path('HalisR-Black.otf') format('opentype');
font-weight:900;
}
@ -69,44 +69,44 @@
@font-face {
font-family: 'Lato';
src:local('Lato Hairline'),
url('../fonts/Lato-Hairline.woff2') format('woff2'),
url('../fonts/Lato-Hairline.woff') format('woff'),
url('../fonts/Lato-Hairline.ttf') format('truetype');
font-path('Lato-Hairline.woff2') format('woff2'),
font-path('Lato-Hairline.woff') format('woff'),
font-path('Lato-Hairline.ttf') format('truetype');
font-weight:100;
}
@font-face {
font-family: 'Lato';
src:local('Lato Light'),
url('../fonts/Lato-Light.woff2') format('woff2'),
url('../fonts/Lato-Light.woff') format('woff'),
url('../fonts/Lato-Light.ttf') format('truetype');
font-path('Lato-Light.woff2') format('woff2'),
font-path('Lato-Light.woff') format('woff'),
font-path('Lato-Light.ttf') format('truetype');
font-weight:300;
}
@font-face {
font-family: 'Lato';
src:local('Lato Regular'),
url('../fonts/Lato-Regular.woff2') format('woff2'),
url('../fonts/Lato-Regular.woff') format('woff'),
url('../fonts/Lato-Regular.ttf') format('truetype');
font-path('Lato-Regular.woff2') format('woff2'),
font-path('Lato-Regular.woff') format('woff'),
font-path('Lato-Regular.ttf') format('truetype');
font-weight:500;
}
@font-face {
font-family: 'Lato';
src:local('Lato Bold'),
url('../fonts/Lato-Bold.woff2') format('woff2'),
url('../fonts/Lato-Bold.woff') format('woff'),
url('../fonts/Lato-Bold.ttf') format('truetype');
font-path('Lato-Bold.woff2') format('woff2'),
font-path('Lato-Bold.woff') format('woff'),
font-path('Lato-Bold.ttf') format('truetype');
font-weight:700;
}
@font-face {
font-family: 'Lato';
src:local('Lato Black'),
url('../fonts/Lato-Black.woff2') format('woff2'),
url('../fonts/Lato-Black.woff') format('woff'),
url('../fonts/Lato-Black.ttf') format('truetype');
font-path('Lato-Black.woff2') format('woff2'),
font-path('Lato-Black.woff') format('woff'),
font-path('Lato-Black.ttf') format('truetype');
font-weight:900;
}
@ -115,18 +115,18 @@
@font-face {
font-family: 'Lato';
src:local('Lato Hairline Italic'),
url('../fonts/Lato-HairlineItalic.woff2') format('woff2'),
url('../fonts/Lato-HairlineItalic.woff') format('woff'),
url('../fonts/Lato-HairlineItalic.ttf') format('truetype');
font-path('Lato-HairlineItalic.woff2') format('woff2'),
font-path('Lato-HairlineItalic.woff') format('woff'),
font-path('Lato-HairlineItalic.ttf') format('truetype');
font-weight:100;
font-style: italic;
}
@font-face {
font-family: 'Lato';
src:local('Lato Light Italic'),
url('../fonts/Lato-LightItalic.woff2') format('woff2'),
url('../fonts/Lato-LightItalic.woff') format('woff'),
url('../fonts/Lato-LightItalic.ttf') format('truetype');
font-path('Lato-LightItalic.woff2') format('woff2'),
font-path('Lato-LightItalic.woff') format('woff'),
font-path('Lato-LightItalic.ttf') format('truetype');
font-weight:300;
font-style: italic;
}
@ -134,9 +134,9 @@
@font-face {
font-family: 'Lato';
src:local('Lato Italic'),
url('../fonts/Lato-Italic.woff2') format('woff2'),
url('../fonts/Lato-Italic.woff') format('woff'),
url('../fonts/Lato-Italic.ttf') format('truetype');
font-path('Lato-Italic.woff2') format('woff2'),
font-path('Lato-Italic.woff') format('woff'),
font-path('Lato-Italic.ttf') format('truetype');
font-weight:500;
font-style: italic;
}
@ -144,9 +144,9 @@
@font-face {
font-family: 'Lato';
src:local('Lato Bold Italic'),
url('../fonts/Lato-BoldItalic.woff2') format('woff2'),
url('../fonts/Lato-BoldItalic.woff') format('woff'),
url('../fonts/Lato-BoldItalic.ttf') format('truetype');
font-path('Lato-BoldItalic.woff2') format('woff2'),
font-path('Lato-BoldItalic.woff') format('woff'),
font-path('Lato-BoldItalic.ttf') format('truetype');
font-weight:700;
font-style: italic;
}
@ -154,9 +154,9 @@
@font-face {
font-family: 'Lato';
src:local('Lato Black Italic'),
url('../fonts/Lato-BlackItalic.woff2') format('woff2'),
url('../fonts/Lato-BlackItalic.woff') format('woff'),
url('../fonts/Lato-BlackItalic.ttf') format('truetype');
font-path('Lato-BlackItalic.woff2') format('woff2'),
font-path('Lato-BlackItalic.woff') format('woff'),
font-path('Lato-BlackItalic.ttf') format('truetype');
font-weight:900;
font-style: italic;
}