diff --git a/css/creative.css b/css/creative.css index b53e3e6..cf7369c 100755 --- a/css/creative.css +++ b/css/creative.css @@ -33,7 +33,7 @@ h3, h4, h5, h6 { - font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; + font-family: 'Proza Libre'; } p { font-size: 16px; diff --git a/fonts/glyphicons-halflings-regular.eot b/fonts/glyphicons-halflings-regular.eot deleted file mode 100755 index b93a495..0000000 Binary files a/fonts/glyphicons-halflings-regular.eot and /dev/null differ diff --git a/fonts/glyphicons-halflings-regular.svg b/fonts/glyphicons-halflings-regular.svg deleted file mode 100755 index 94fb549..0000000 --- a/fonts/glyphicons-halflings-regular.svg +++ /dev/null @@ -1,288 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/fonts/glyphicons-halflings-regular.ttf b/fonts/glyphicons-halflings-regular.ttf deleted file mode 100755 index 1413fc6..0000000 Binary files a/fonts/glyphicons-halflings-regular.ttf and /dev/null differ diff --git a/fonts/glyphicons-halflings-regular.woff b/fonts/glyphicons-halflings-regular.woff deleted file mode 100755 index 9e61285..0000000 Binary files a/fonts/glyphicons-halflings-regular.woff and /dev/null differ diff --git a/fonts/glyphicons-halflings-regular.woff2 b/fonts/glyphicons-halflings-regular.woff2 deleted file mode 100755 index 64539b5..0000000 Binary files a/fonts/glyphicons-halflings-regular.woff2 and /dev/null differ diff --git a/img/header.jpg b/img/header.jpg index d43db7f..0e7a266 100644 Binary files a/img/header.jpg and b/img/header.jpg differ diff --git a/index.html b/index.html index 7f994b1..6735259 100755 --- a/index.html +++ b/index.html @@ -21,6 +21,9 @@ + diff --git a/less/creative.less b/less/creative.less index 0b9ef41..53f3efe 100755 --- a/less/creative.less +++ b/less/creative.less @@ -41,7 +41,7 @@ h3, h4, h5, h6 { - .sans-serif-font; + .title-font; } p { diff --git a/less/mixins.less b/less/mixins.less index 74de548..dd58b52 100755 --- a/less/mixins.less +++ b/less/mixins.less @@ -54,6 +54,9 @@ } } +.title-font(){ + font-family: 'Proza Libre'; +} .sans-serif-font() { font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; }