1
0

added emoji-font for standardised experience

This commit is contained in:
2017-03-16 21:07:12 +01:00
parent 195e1eca34
commit 1f2104e8e2
5 changed files with 20 additions and 0 deletions

View File

@ -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>