Skip to content

Instantly share code, notes, and snippets.

View nhandt64's full-sized avatar
💼
on business trip to Gensokyo

Nhan Dang nhandt64

💼
on business trip to Gensokyo
View GitHub Profile
@nhandt64
nhandt64 / styles.css
Last active September 27, 2018 12:16
Customize Facebook Hot Style
@import url('https://fonts.googleapis.com/css?family=Cabin&subset=vietnamese');
*, a, input, div, body, html, p, h1, h2, h3, h4, h5, span{
font-family: 'Cabin', sans-serif !important;
}
body{
overflow-x: hidden;
}
#pagelet_canvas_nav_content, .fbSidebarGripper{
display: none
}
@nhandt64
nhandt64 / styles.css
Last active September 27, 2018 12:15
Customize Facebook
@import url('https://fonts.googleapis.com/css?family=Cabin&subset=vietnamese');
*, a, input, div, body, html, p, h1, h2, h3, h4, h5, span{
font-family: 'Cabin', sans-serif !important;
}
body{
overflow-x: hidden;
}
#pagelet_canvas_nav_content, .fbSidebarGripper{
display: none
}