Skip to content

Instantly share code, notes, and snippets.

@zverush
zverush / Rouble Symbol
Last active December 22, 2019 08:02
Rouble Font Woff from PT Sans
/* ==========================================================================
Rouble Font Woff from PT Sans
Use: <span class="rub">руб.</span>
========================================================================== */
.rub {
font-family: 'rub';
}
@font-face {
@remy
remy / gist:2484402
Created April 24, 2012 22:45
jquery.marquee.js
/**
* author Remy Sharp
* url http://remysharp.com/tag/marquee
*/
(function ($) {
$.fn.marquee = function (klass) {
var newMarquee = [],
last = this.length;