diff --git a/css/main.css b/css/main.css index 4c799b618..74b178f66 100644 --- a/css/main.css +++ b/css/main.css @@ -1,5 +1,30 @@ +@font-face { + font-family: 'Ubuntu'; + font-style: normal; + font-weight: 300; + src: local('Ubuntu Light'), local('Ubuntu-Light'), url(../font/ubuntu-light.woff) format('woff'); +} +@font-face { + font-family: 'Ubuntu'; + font-style: normal; + font-weight: 400; + src: local('Ubuntu'), url(../font/ubuntu.woff) format('woff'); +} +@font-face { + font-family: 'Ubuntu'; + font-style: normal; + font-weight: 700; + src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url(../font/ubuntu-bold.woff) format('woff'); +} +@font-face { + font-family: 'Ubuntu'; + font-style: italic; + font-weight: 700; + src: local('Ubuntu Bold Italic'), local('Ubuntu-BoldItalic'), url(../font/ubuntu-bold-italic.woff) format('woff'); +} + * { - font-family: Helvetica, sans-serif !important; + font-family: 'Ubuntu', Helvetica, sans-serif !important; } body { diff --git a/font/ubuntu-bold-italic.woff b/font/ubuntu-bold-italic.woff new file mode 100644 index 000000000..25ee7cda4 Binary files /dev/null and b/font/ubuntu-bold-italic.woff differ diff --git a/font/ubuntu-bold.woff b/font/ubuntu-bold.woff new file mode 100644 index 000000000..dd8a41df4 Binary files /dev/null and b/font/ubuntu-bold.woff differ diff --git a/font/ubuntu-light.woff b/font/ubuntu-light.woff new file mode 100644 index 000000000..fb79d6998 Binary files /dev/null and b/font/ubuntu-light.woff differ diff --git a/font/ubuntu.woff b/font/ubuntu.woff new file mode 100644 index 000000000..a537bd250 Binary files /dev/null and b/font/ubuntu.woff differ diff --git a/index.html b/index.html index f80a6e116..db0a95389 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,6 @@ -