Skip to content

Commit

Permalink
Merge pull request #22 from doggyde/master
Browse files Browse the repository at this point in the history
embedded google fonts and changed template
  • Loading branch information
ekoutanov authored Aug 31, 2019
2 parents 127de7c + ffc72a2 commit 9a97d7e
Show file tree
Hide file tree
Showing 17 changed files with 1,369 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/static/css/bootstrap.min.css

Large diffs are not rendered by default.

Binary file not shown.
438 changes: 438 additions & 0 deletions src/main/resources/static/fonts/lato-v16-latin-ext_latin-700.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
451 changes: 451 additions & 0 deletions src/main/resources/static/fonts/lato-v16-latin-ext_latin-700italic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
435 changes: 435 additions & 0 deletions src/main/resources/static/fonts/lato-v16-latin-ext_latin-regular.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
46 changes: 44 additions & 2 deletions theme/_bootswatch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,50 @@

// Variables ===================================================================

$web-font-path: "https://fonts.googleapis.com/css?family=Lato:400,700,400italic" !default;
@import url($web-font-path);
//$web-font-path: "../fonts" !default;
// @import url($web-font-path);


/* lato-regular - latin-ext_latin */
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
src: url('../fonts/lato-v16-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
src: local('Lato Regular'), local('Lato-Regular'),
url('../fonts/lato-v16-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/lato-v16-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/lato-v16-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
url('../fonts/lato-v16-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/lato-v16-latin-ext_latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin-ext_latin */
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 700;
src: url('../fonts/lato-v16-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
src: local('Lato Bold'), local('Lato-Bold'),
url('../fonts/lato-v16-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/lato-v16-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/lato-v16-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
url('../fonts/lato-v16-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/lato-v16-latin-ext_latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700italic - latin-ext_latin */
@font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 700;
src: url('../fonts/lato-v16-latin-ext_latin-700italic.eot'); /* IE9 Compat Modes */
src: local('Lato Bold Italic'), local('Lato-BoldItalic'),
url('../fonts/lato-v16-latin-ext_latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/lato-v16-latin-ext_latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/lato-v16-latin-ext_latin-700italic.woff') format('woff'), /* Modern Browsers */
url('../fonts/lato-v16-latin-ext_latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/lato-v16-latin-ext_latin-700italic.svg#Lato') format('svg'); /* Legacy iOS */
}


// Navbar ======================================================================

Expand Down

0 comments on commit 9a97d7e

Please sign in to comment.