Change firamono font weight
This commit is contained in:
parent
09855d4f1b
commit
a630515cea
BIN
styles/fonts/firamono/firamono-500.ttf
Normal file
BIN
styles/fonts/firamono/firamono-500.ttf
Normal file
Binary file not shown.
BIN
styles/fonts/firamono/firamono-500.woff
Normal file
BIN
styles/fonts/firamono/firamono-500.woff
Normal file
Binary file not shown.
BIN
styles/fonts/firamono/firamono-500.woff2
Normal file
BIN
styles/fonts/firamono/firamono-500.woff2
Normal file
Binary file not shown.
@ -1,12 +1,20 @@
|
||||
/* FONTS */
|
||||
@font-face {
|
||||
font-family: 'fira_monoregular';
|
||||
font-family: 'firamono';
|
||||
src: url('/styles/fonts/firamono/firamono-regular.woff2') format('woff2'),
|
||||
url('/styles/fonts/firamono/firamono-regular.woff') format('woff'),
|
||||
url('/styles/fonts/firamono/firamono-regular.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'firamono';
|
||||
src: url('/styles/fonts/firamono/firemono-500.woff2') format('woff2'),
|
||||
url('/styles/fonts/firamono/firemono-500.woff') format('woff'),
|
||||
url('/styles/fonts/firamono/firemono-500.ttf') format('truetype');
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
/* COLOR VARS */
|
||||
:root {
|
||||
@ -96,7 +104,8 @@ body {
|
||||
.actionbutton {
|
||||
display: inline-block;
|
||||
text-decoration: none;
|
||||
font-family: 'fira_monoregular', monospace;
|
||||
font-family: 'firamono', monospace;
|
||||
font-weight: 500;
|
||||
cursor: pointer;
|
||||
background-color: #3c78d8;
|
||||
border: none;
|
||||
|
Reference in New Issue
Block a user