1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00

Changed fonts/mobile

Former-commit-id: b75b0c20aac1d9c6c29bad37fa77ec9505681c0f [formerly 611407d9bb79db7adbf00f6fbea025eb8bd6bfc0] [formerly de5344cd08dd12f1250ef6cef1fcfcded44ca798 [formerly 51c001f9cdc554fc18dba657109cd76fe61b31b1 [formerly dc6279a018]]]
Former-commit-id: e3a95185d43d1428494701c8372b8b64e7a42f84 [formerly 45fbc12023a8f7f5a662b87810d21d8a0a2aebbc]
Former-commit-id: 54fc8a082bfbaa158bc9df44485a117caf0e8e00
Former-commit-id: 4e1655c7f7
This commit is contained in:
Zack Scholl 2016-03-31 09:26:53 -04:00
parent a6e96a5446
commit d511eb5371
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{{define "header"}}
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=0.7">
<link rel="apple-touch-icon" sizes="57x57" href=/static/img/cowyo/apple-icon-57x57.png>
<link rel="apple-touch-icon" sizes="60x60" href=/static/img/cowyo/img/cowyo/apple-icon-60x60.png>
<link rel="apple-touch-icon" sizes="72x72" href=/static/img/cowyo/apple-icon-72x72.png>

View File

@ -74,7 +74,7 @@
<link href='https://fonts.googleapis.com/css?family=Ubuntu+Mono|Droid+Sans+Mono' rel='stylesheet' type='text/css'>
<style type="text/css">
textarea {
font: 400 18px/1.62 'Ubuntu Mono','Droid Sans Mono';
font: 400 16px/1.62 'Ubuntu Mono','Droid Sans Mono';
}
</style>
{{ end }}