font/face,sans
This commit is contained in:
parent
cd1f10166f
commit
50d150e2a1
1 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
||||||
|
@font-face {
|
||||||
|
font-family: "fa";
|
||||||
|
src: url("font/fa.woff");
|
||||||
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
font-family: DejaVu Sans Mono, monospace;
|
font-family: "DejaVu Sans", sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
section.images {
|
section.images {
|
||||||
|
|
Loading…
Add table
Reference in a new issue