Template:Team:UESTC/hidden
From 2013.igem.org
(Difference between revisions)
Line 135: | Line 135: | ||
#content { | #content { | ||
background-color: #59493F; | background-color: #59493F; | ||
+ | } | ||
+ | /* | ||
+ | *add Buxton Sketch font | ||
+ | */ | ||
+ | @font-face{ | ||
+ | font-family: "BuxtonSketch"; | ||
+ | src: url('http://fontsforweb.com/public/fonts/1049/BuxtonSketch.eot'); | ||
+ | src: local("Buxton Sketch"), url('http://fontsforweb.com/public/fonts/1049/BuxtonSketch.woff') format("woff"), url('http://fontsforweb.com/public/fonts/1049/BuxtonSketch.ttf') format("truetype"); | ||
+ | } | ||
+ | .fontsforweb_fontid_1049 { | ||
+ | font-family: "BuxtonSketch"; | ||
+ | } | ||
+ | .test { | ||
+ | font: 24px BuxtonSketch; | ||
} | } | ||
</style> | </style> | ||
</head> | </head> | ||
<body> | <body> | ||
- | + | <p class="test">Hello</p> | |
</body> | </body> | ||
</html> | </html> |
Revision as of 05:20, 22 August 2013
Hello