diff options
Diffstat (limited to 'web-ui')
| -rw-r--r-- | web-ui/app/fonts/NewsCycleBold.ttf | bin | 73912 -> 0 bytes | |||
| -rw-r--r-- | web-ui/app/fonts/NewsCycleRegular.ttf | bin | 193996 -> 0 bytes | |||
| -rw-r--r-- | web-ui/app/index.html | 11 | ||||
| -rw-r--r-- | web-ui/app/scss/news-cycle.scss | 13 | 
4 files changed, 4 insertions, 20 deletions
| diff --git a/web-ui/app/fonts/NewsCycleBold.ttf b/web-ui/app/fonts/NewsCycleBold.ttfBinary files differ deleted file mode 100644 index 8265217f..00000000 --- a/web-ui/app/fonts/NewsCycleBold.ttf +++ /dev/null diff --git a/web-ui/app/fonts/NewsCycleRegular.ttf b/web-ui/app/fonts/NewsCycleRegular.ttfBinary files differ deleted file mode 100644 index 9fbfd346..00000000 --- a/web-ui/app/fonts/NewsCycleRegular.ttf +++ /dev/null diff --git a/web-ui/app/index.html b/web-ui/app/index.html index 9ffeee82..2d35662c 100644 --- a/web-ui/app/index.html +++ b/web-ui/app/index.html @@ -1,9 +1,7 @@  <!DOCTYPE html>  <html>  <head> -<link rel="icon"  -      type="image/png"  -      href="assets/images/Favicon.png"> +<link rel="icon" type="image/png" href="assets/images/Favicon.png">  <meta charset="utf-8">  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">  <title>$account_email - Pixelated Mail</title> @@ -12,7 +10,6 @@  <link href="assets/bower_components/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">  <link href="assets/bower_components/jquery-file-upload/css/jquery.fileupload.css" rel="stylesheet" type="text/css">  <link href="assets/css/opensans.css" rel="stylesheet" type="text/css"> -<link href="assets/css/news-cycle.css" rel="stylesheet" type="text/css"/>  <link rel="stylesheet" href="assets/css/main.css">  </head> @@ -30,14 +27,14 @@            <path fill="#3E3B38" d="M214.9,363.1h-21.8v64.6h14.7v-24h7.1c12.7,0,22-7.3,22-20.8C237,369.7,227.4,363.1,214.9,363.1z M212,392              h-4.2v-17.1h4.2c5.9,0,11.3,2,11.3,8.6S217.9,392,212,392z"/>            <rect x="241.9" y="363.1" fill="#3E3B38" width="14.7" height="64.6"/> -          <polygon fill="#3E3B38" points="320.7,363.1 302.3,363.1 290.3,380.7 278.3,363.1 261,363.1 281.3,392.9 259.2,427.7 277.6,427.7  +          <polygon fill="#3E3B38" points="320.7,363.1 302.3,363.1 290.3,380.7 278.3,363.1 261,363.1 281.3,392.9 259.2,427.7 277.6,427.7              290.3,405.7 303.1,427.7 322.2,427.7 299.4,392.9   "/> -          <polygon fill="#3E3B38" points="324.6,427.7 361.6,427.7 361.6,414.7 339.3,414.7 339.3,401.8 360.6,401.8 360.6,388.8  +          <polygon fill="#3E3B38" points="324.6,427.7 361.6,427.7 361.6,414.7 339.3,414.7 339.3,401.8 360.6,401.8 360.6,388.8              339.3,388.8 339.3,376 361.6,376 361.6,363.1 324.6,363.1   "/>            <path fill="#3E3B38" d="M416.6,363.1l-20.8,51.7h-14.4v-51.7h-14.7v64.6h24h13h2.9l4.9-13H436l4.9,13h15.9l-26.2-64.6H416.6z               M416.2,401.8l7.1-18.8h0.2l7.1,18.8H416.2z"/>            <polygon fill="#3E3B38" points="444.1,376 459.5,376 459.5,427.7 474.2,427.7 474.2,376 489.6,376 489.6,363.1 444.1,363.1   "/> -          <polygon fill="#3E3B38" points="494.5,427.7 531.5,427.7 531.5,414.7 509.4,414.7 509.4,401.8 530.7,401.8 530.7,388.8  +          <polygon fill="#3E3B38" points="494.5,427.7 531.5,427.7 531.5,414.7 509.4,414.7 509.4,401.8 530.7,401.8 530.7,388.8              509.4,388.8 509.4,376 531.5,376 531.5,363.1 494.5,363.1   "/>            <path fill="#3E3b38" d="M553,363.1h-16.2v64.6H553c17.9,0,32.6-13.5,32.6-32.3C585.6,376.5,570.6,363.1,553,363.1z M553.5,414.5              h-2.2v-38.2h2.2c11,0,18.4,8.3,18.4,19.1C571.9,406.2,564.5,414.5,553.5,414.5z"/> diff --git a/web-ui/app/scss/news-cycle.scss b/web-ui/app/scss/news-cycle.scss deleted file mode 100644 index ecca383c..00000000 --- a/web-ui/app/scss/news-cycle.scss +++ /dev/null @@ -1,13 +0,0 @@ -@font-face { -  font-family: 'News Cycle'; -  src: url('assets/fonts/NewsCycleRegular.ttf') format('truetype'); -  font-weight: normal; -  font-style: normal; -} - -@font-face { -  font-family: 'News Cycle'; -  src: url('assets/fonts/NewsCycleBold.ttf') format('truetype'); -  font-weight: bold; -  font-style: normal; -} | 
