11 lines
128 B
CSS
Executable File
11 lines
128 B
CSS
Executable File
@charset "utf-8";
|
|
|
|
@font-face {
|
|
font-family: "CrassRoots";
|
|
src: url("../media/cr.ttf")
|
|
}
|
|
|
|
html, body {
|
|
font-size: 1.6em
|
|
}
|