Skip to content
Snippets Groups Projects
Commit 97bb03a0 authored by Shpuld Shpuldson's avatar Shpuld Shpuldson
Browse files

Fix consistency in font families between chromium and ff

parent bf84a878
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,8 @@ button{
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 2px black;
font-size: 14px;
font-family: sans;
&:hover {
box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
}
......
......@@ -55,7 +55,7 @@
font-size: 14px;
min-width: 6em;
border-radius: 5px;
font-family: arial;
font-family: sans;
text-align: center;
padding: 0 0.5em 0 0.5em;
opacity: 0.8;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment