1
0
mirror of https://github.com/mgerb/go-discord-bot synced 2026-01-09 16:42:48 +00:00

roboto font

This commit is contained in:
2018-04-24 21:22:46 -05:00
parent 5d5717effe
commit 1e8c29a4fd

View File

@@ -1,3 +1,7 @@
html {
font-family: 'Roboto', sans-serif;
}
* {
box-sizing: border-box;
}