Popup design
This commit is contained in:
1
goodies/chrome-extension/popup/css/font/include.css
Normal file
1
goodies/chrome-extension/popup/css/font/include.css
Normal file
@@ -0,0 +1 @@
|
||||
@import "zilla-slab.css"
|
49
goodies/chrome-extension/popup/css/font/zilla-slab.css
Normal file
49
goodies/chrome-extension/popup/css/font/zilla-slab.css
Normal file
@@ -0,0 +1,49 @@
|
||||
@font-face {
|
||||
font-family: "ZillaSlab";
|
||||
src: url("../../font/zilla-slab/ZillaSlab-Regular.ttf") format('truetype');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "ZillaSlab";
|
||||
src: url("../../font/zilla-slab/ZillaSlab-Italic.ttf") format('truetype');
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "ZillaSlab";
|
||||
src: url("../../font/zilla-slab/ZillaSlab-Bold.ttf") format('truetype');
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "ZillaSlab";
|
||||
src: url("../../font/zilla-slab/ZillaSlab-BoldItalic.ttf") format('truetype');
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "ZillaSlab";
|
||||
src: url("../../font/zilla-slab/ZillaSlab-Light.ttf") format('truetype');
|
||||
font-weight: lighter;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "ZillaSlab";
|
||||
src: url("../../font/zilla-slab/ZillaSlab-Light.ttf") format('truetype');
|
||||
font-weight: lighter;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "ZillaSlab";
|
||||
src: url("../../font/zilla-slab/ZillaSlab-Medium.ttf") format('truetype');
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "ZillaSlab";
|
||||
src: url("../../font/zilla-slab/ZillaSlab-Medium.ttf") format('truetype');
|
||||
font-weight: 500;
|
||||
font-style: italic;
|
||||
}
|
Reference in New Issue
Block a user