mirror of
https://github.com/audacity/audacity.github.io.git
synced 2026-06-15 02:46:31 -05:00
Update icons
This commit is contained in:
@@ -6,12 +6,12 @@ import FeatureCard from "../card/FeatureCard.jsx";
|
||||
<div class="max-w-screen-md xl:max-w-screen-xl mx-auto grid grid-cols-12">
|
||||
<div class="col-start-2 col-span-10 lg:col-start-1 lg:col-span-12 grid grid-cols-12 gap-4 md:gap-6">
|
||||
<FeatureCard
|
||||
icon="icon-export"
|
||||
icon="icon-monitor"
|
||||
title="Cross-platform"
|
||||
description="Runs on all major operating systems – Windows, MacOS and Linux."
|
||||
/>
|
||||
<FeatureCard
|
||||
icon="icon-file"
|
||||
icon="icon-cycle"
|
||||
title="Import, export, convert"
|
||||
description="Audacity supports all major audio formats, allowing you to convert WAV to MP3, FLAC, OGG and much more."
|
||||
/>
|
||||
|
||||
@@ -80,4 +80,8 @@
|
||||
|
||||
.icon-waveform:before {
|
||||
content: "\F43C"
|
||||
}
|
||||
}
|
||||
|
||||
.icon-cycle:before {
|
||||
content: "\F358"
|
||||
}
|
||||
Reference in New Issue
Block a user