TheMITTech / thetech.com

The content management system and frontend website for The Tech, MIT's oldest and largest newspaper.
https://thetech.com
Other
18 stars 9 forks source link

Half Stars #591

Open AnirudhRahul opened 2 years ago

AnirudhRahul commented 2 years ago

Get half stars to work for arts reviews https://thetech.com/2022/03/30/rochambeau-review

AnirudhRahul commented 2 years ago

Proposed css fix from

<style type="text/css">
    @font-face {
        font-family: "Babelstone Shapes";
        src: url(https://www.babelstone.co.uk/Fonts/WOFF/BabelStoneShapes.woff);
    }
    span.rating {
        font-family: "Babelstone Shapes", sans-serif;
    }
</style>
<span class="rating">★★★⯪☆ </span>
bkettle commented 2 years ago

Duplicate of #490