mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-10-23 02:36:11 +02:00
11 lines
241 B
CSS
11 lines
241 B
CSS
@import '../vendors/tachyons@4.10.0/tachyons.min.css';
|
|
@import '../vendors/highlight.js@9.12.0/dracula.min.css';
|
|
|
|
body {
|
|
-webkit-font-smoothing: antialiased;
|
|
}
|
|
code {
|
|
font-family: 'Source Code Pro', monospace;
|
|
font-size: 14px;
|
|
}
|