Bläddra i källkod

Added Inconsolata

master
Said Achmiz 6 år sedan
förälder
incheckning
e2bdb47ada
6 ändrade filer med 25 tillägg och 3 borttagningar
  1. 2
    0
      fonts.css
  2. Binär
      fonts/Inconsolata-Bold.ttf
  3. Binär
      fonts/Inconsolata-Regular.ttf
  4. 18
    0
      fonts/Inconsolata.css
  5. 4
    2
      popup.css
  6. 1
    1
      popup.html

+ 2
- 0
fonts.css Visa fil

@@ -0,0 +1,2 @@
@import url('fonts/font-awesome.css');
@import url('fonts/Inconsolata.css');

Binär
fonts/Inconsolata-Bold.ttf Visa fil


Binär
fonts/Inconsolata-Regular.ttf Visa fil


+ 18
- 0
fonts/Inconsolata.css Visa fil

@@ -0,0 +1,18 @@
/***************/
/* INCONSOLATA */
/***************/

@font-face {
font-family: 'Inconsolata';
src: url('Inconsolata-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Inconsolata';
src: url('Inconsolata-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}


+ 4
- 2
popup.css Visa fil

@@ -38,7 +38,7 @@ button::selection {
height: 150px;
width: 150px;
color: #ccc;
font-family: Font Awesome, sans-serif;
font-family: Font Awesome;
}
#main-button-container button.active {
color: #000;
@@ -78,6 +78,7 @@ button::selection {
padding: 10px;
color: #777;
width: 100%;
font-family: Font Awesome, Inconsolata, sans-serif;
}
.options-button:hover {
color: #000;
@@ -86,8 +87,9 @@ button::selection {
content: "\F1DE";
font-family: Font Awesome;
font-size: 0.875em;
margin: 0 5px 0 0;
margin: 0 6px 0 0;
}
.options-button::after {
content: "Options";
margin: 0 3px 0 0;
}

+ 1
- 1
popup.html Visa fil

@@ -2,7 +2,7 @@
<head>
<title>AlwaysKillSticky</title>
<link rel='stylesheet' type='text/css' href='popup.css' />
<link rel='stylesheet' type='text/css' href='fonts/font-awesome.css' />
<link rel='stylesheet' type='text/css' href='fonts.css' />
</head>
<body>
<div id='main-button-container'>

Laddar…
Avbryt
Spara