mirror of
https://github.com/nathanp/crypto-price-widget.git
synced 2025-12-07 18:02:32 -05:00
fonts are now local to help speed up the app load time
This commit is contained in:
1579
css/animate.css
vendored
Normal file
1579
css/animate.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
37
css/app.css
37
css/app.css
@@ -1,6 +1,40 @@
|
||||
/*Fonts*/
|
||||
@font-face {
|
||||
font-family: 'heeboregular';
|
||||
src: url('../fonts/heebo-regular-webfont.woff2') format('woff2'),
|
||||
url('../fonts/heebo-regular-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'heebothin';
|
||||
src: url('../fonts/heebo-thin-webfont.woff2') format('woff2'),
|
||||
url('../fonts/heebo-thin-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'inconsolataregular';
|
||||
src: url('../fonts/inconsolata-regular-webfont.woff2') format('woff2'),
|
||||
url('../fonts/inconsolata-regular-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
body,
|
||||
button,
|
||||
#myInput,
|
||||
#saveCoins,
|
||||
#saveQuantities {
|
||||
font-family: 'inconsolataregular', monospace;
|
||||
}
|
||||
.coin-list li .sym {
|
||||
font-family: 'heeboregular', sans-serif;
|
||||
}
|
||||
|
||||
|
||||
body {
|
||||
background: rgba(0, 0, 0, 0.95);
|
||||
font-family: 'Inconsolata', monospace;
|
||||
color: #fff;
|
||||
margin-top: 5px;
|
||||
}
|
||||
@@ -146,7 +180,6 @@ ul {
|
||||
border: 1px solid #252525;
|
||||
border-left-width: 2px;
|
||||
padding: 0px 5px 0px;
|
||||
font-family: 'Heebo', sans-serif;
|
||||
font-size: 12px;
|
||||
}
|
||||
.coin-list li .sym:hover {
|
||||
|
||||
Reference in New Issue
Block a user