forked from lbsadmin/nodeMessageBoard
added emoji-font for standardised experience
This commit is contained in:
11
board.html
11
board.html
@ -13,10 +13,17 @@
|
||||
<style>
|
||||
/* Sticky footer styles
|
||||
-------------------------------------------------- */
|
||||
@import url('https://fonts.googleapis.com/css?family=Noto+Sans');
|
||||
|
||||
@font-face {
|
||||
font-family: 'Emoji';
|
||||
src: url('/sprite/emoji.ttf') format('truetype');
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
font-family: 'Noto Sans', sans-serif;
|
||||
/* The html and body elements cannot have any padding or margin. */
|
||||
}
|
||||
|
||||
@ -37,6 +44,10 @@ body {
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-family: 'Emoji', 'Noto Sans', sans-serif;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user