Updated woff and css to include home brewed font (#570)
This commit is contained in:
parent
43bdaa94f4
commit
46371b34e8
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
@font-face{
|
||||
font-family: DejaVu mononoki Symbola Droid;
|
||||
src:
|
||||
url('../webfonts/DejaVu-mononoki-Symbola-Droid.woff') format('woff')
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'mononoki';
|
||||
src: url('../webfonts/mononoki.woff2') format('woff2'),
|
||||
|
@ -19,7 +24,7 @@
|
|||
}
|
||||
|
||||
@mixin code-font {
|
||||
font-family: 'mononoki', 'DejaVu Sans Mono', 'Source Code Pro', 'Bitstream Vera Sans Mono', 'FreeMono', 'Courier New', 'Monaco', 'Menlo', monospace, serif;
|
||||
font-family: 'DejaVu mononoki Symbola Droid', 'mononoki', 'DejaVu Sans Mono', 'Source Code Pro', 'Bitstream Vera Sans Mono', 'FreeMono', 'Courier New', 'Monaco', 'Menlo', monospace, serif;
|
||||
font-size: .85em;
|
||||
}
|
||||
@mixin code-container {
|
||||
|
|
BIN
public/webfonts/DejaVu-mononoki-Symbola-Droid.woff
Normal file
BIN
public/webfonts/DejaVu-mononoki-Symbola-Droid.woff
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue