Add custom font
This commit is contained in:
@@ -1,22 +1,13 @@
|
||||
@font-face {
|
||||
font-family: 'Liberation Monospace';
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
src: local('Liberation Monospace'), url('https://fonts.cdnfonts.com/s/276/LiberationMono-Regular.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Liberation Monospace';
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
src: local('Liberation Monospace'), url('https://fonts.cdnfonts.com/s/276/LiberationMono-Bold.woff') format('woff');
|
||||
font-family: 'FragmentMono';
|
||||
src: url('/~satori/assets/fonts/FragmentMono.ttf');
|
||||
}
|
||||
|
||||
body {
|
||||
margin: auto;
|
||||
padding: .5em;
|
||||
max-width: 1024px;
|
||||
font-family: 'Liberation Monospace', 'Courier New', monospace, sans-serif;
|
||||
font-family: 'FragmentMono';
|
||||
color: #fb5;
|
||||
background: #111;
|
||||
word-wrap: break-word;
|
||||
|
||||
Reference in New Issue
Block a user